Ccf.Ck.Libs.Shared.Client
10.0.2
dotnet add package Ccf.Ck.Libs.Shared.Client --version 10.0.2
NuGet\Install-Package Ccf.Ck.Libs.Shared.Client -Version 10.0.2
<PackageReference Include="Ccf.Ck.Libs.Shared.Client" Version="10.0.2" />
<PackageVersion Include="Ccf.Ck.Libs.Shared.Client" Version="10.0.2" />
<PackageReference Include="Ccf.Ck.Libs.Shared.Client" />
paket add Ccf.Ck.Libs.Shared.Client --version 10.0.2
#r "nuget: Ccf.Ck.Libs.Shared.Client, 10.0.2"
#:package Ccf.Ck.Libs.Shared.Client@10.0.2
#addin nuget:?package=Ccf.Ck.Libs.Shared.Client&version=10.0.2
#tool nuget:?package=Ccf.Ck.Libs.Shared.Client&version=10.0.2
This package contains common classes for code reusability.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- Microsoft.AspNetCore.Components.Web (>= 10.0.1)
- Microsoft.AspNetCore.Http.Abstractions (>= 2.3.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Ccf.Ck.Libs.Shared.Client:
| Package | Downloads |
|---|---|
|
Ccf.Ck.Libs.Shared.Server
This package contains common classes for code reusability. |
GitHub repositories
This package is not used by any popular GitHub repositories.
- Version 9.0.0: Implemented authorization, CK http response parsing, error handling.
- Version 9.0.1: Method MapLoginAndLogout public
- Version 9.0.2: Remove CoreKraft reference
- Version 9.0.3: Split the project into two projects: Ccf.Ck.Libs.Shared.Client and Ccf.Ck.Libs.Shared.Server
- Version 9.0.4: TaskGetResponse can return memory stream for files
- Version 9.0.5: Added ObjectExtensions
- Version 9.0.6: Added ToDictionary and ToObject
- Version 9.0.7: Fixed bugs with ToDictionary and ToObject
- Version 9.0.8: LoadIntoBufferAsync
- Version 9.0.9: UpdateUriPath to consume string, string parameters
- Version 9.0.10: Renamed Ccf.Ck.Libs.Shared to Ccf.Ck.Libs.Shared.Client
- Version 10.0.0: Updated to .NET 10.0
- Version 10.0.1: Implement CaseInsensitive attribute for Dictionary creation
- Version 10.0.2: DataConversionConfiguration with conversion StripPropertyNamesToLower (per default true)