VOOZH about

URL: https://www.nuget.org/packages/CK.Core/

⇱ NuGet Gallery | CK.Core 25.0.1




👁 Image
CK.Core 25.0.1

dotnet add package CK.Core --version 25.0.1
 
 
NuGet\Install-Package CK.Core -Version 25.0.1
 
 
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="CK.Core" Version="25.0.1" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="CK.Core" Version="25.0.1" />
 
Directory.Packages.props
<PackageReference Include="CK.Core" />
 
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add CK.Core --version 25.0.1
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: CK.Core, 25.0.1"
 
 
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package CK.Core@25.0.1
 
 
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=CK.Core&version=25.0.1
 
Install as a Cake Addin
#tool nuget:?package=CK.Core&version=25.0.1
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

CK.Core contains types and helpers that are used across different projects.
     Main types are:
     - NormalizedPath: Normalizes / and \ separators to /, exposes Parts and handle multiple kind of roots: / (RootedBySeparator), 'X:' or ':' (RootedByFirstPart), '//' (RootedByDoubleSeparator), or 'xx://' (RootedByURIScheme).
     - CKTrait: Thread safe set of (immutable) string tags that support all set operations.
     - DateTimeStamp: Simple DateTime with byte uniquifier.
     - SimpleServiceContainer: Basic IServiceProvider implementation.
     - HashStream and SHA1Value, SHA256Value and SHA512Value.
     - ISystemClock and SystemClock default implementation.
     - Completable & Completion: Are "futures" or "yet another promises" (based on Task/TaskCompletionSource). Offer Covariance of the completion result and optional extension points to map errors (exceptions or cancellation) to regular results.
     - CKBinaryReader/Writer: extend IBinaryReader/Writer with nullable support, more read/write of standard types and optional value sharing.

Product Versions Compatible and additional computed target framework versions.
.NET net8.0 net8.0 is compatible.  net8.0-android net8.0-android was computed.  net8.0-browser net8.0-browser was computed.  net8.0-ios net8.0-ios was computed.  net8.0-maccatalyst net8.0-maccatalyst was computed.  net8.0-macos net8.0-macos was computed.  net8.0-tvos net8.0-tvos was computed.  net8.0-windows net8.0-windows was computed.  net9.0 net9.0 was computed.  net9.0-android net9.0-android was computed.  net9.0-browser net9.0-browser was computed.  net9.0-ios net9.0-ios was computed.  net9.0-maccatalyst net9.0-maccatalyst was computed.  net9.0-macos net9.0-macos was computed.  net9.0-tvos net9.0-tvos was computed.  net9.0-windows net9.0-windows was computed.  net10.0 net10.0 was computed.  net10.0-android net10.0-android was computed.  net10.0-browser net10.0-browser was computed.  net10.0-ios net10.0-ios was computed.  net10.0-maccatalyst net10.0-maccatalyst was computed.  net10.0-macos net10.0-macos was computed.  net10.0-tvos net10.0-tvos was computed.  net10.0-windows net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (13)

Showing the top 5 NuGet packages that depend on CK.Core:

Package Downloads
CK.ActivityMonitor

Hierarchical logger API. Main types are: - LogFile with a central static RooLogPath property. - IActivityMonitor and its implementation is a logger that must follow the code path. - IActivityMonitorClient and standard clients like ActivityMonitorTextWriterClient are local log sinks. - AsycLock with reentrancy management thanks to the IActivityMonitor.

CK.Core.ActivityMonitor.NLogAdapter

An adapter used to output ActivityMonitor logs to NLog.

CK.Testing

Contains Test Helpers mixin infrastructure. Shouldly is used for assertions.

CK.CodeGen

Package Description

CK.StObj.Engine

Engine for StObj implementation and Automatic DI resolution and Source Code generation. This is a SetupDependency of CK.StObj.Runtime (that is itself a SetuoDependency of CK.StObj.Model) that is dynamically resolved by CKSetup.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
25.0.1 6,046 5/28/2026
25.0.0 6,030 4/21/2026
24.0.1 14,105 11/14/2025
24.0.0 18,510 9/11/2025
23.0.0 4,322 7/4/2025
22.1.0 4,201 4/10/2025
22.0.0 6,860 3/17/2025
21.1.0 10,829 2/3/2025
21.0.0 6,551 11/21/2024
20.0.1 15,515 8/27/2024
20.0.0 11,686 7/3/2024
19.0.0 11,055 12/10/2023
18.0.0 31,438 10/8/2023
17.0.1 2,064 9/6/2023
17.0.0 24,686 2/23/2023
16.1.1 34,318 1/10/2023
16.1.0 15,532 12/21/2022
16.0.0 27,502 9/22/2022
15.1.0 23,920 7/16/2022
15.0.0 24,713 6/21/2022
Loading failed