FluentSerializer.Core
3.0.0
See the version list below for details.
dotnet add package FluentSerializer.Core --version 3.0.0
NuGet\Install-Package FluentSerializer.Core -Version 3.0.0
<PackageReference Include="FluentSerializer.Core" Version="3.0.0" />
paket add FluentSerializer.Core --version 3.0.0
#r "nuget: FluentSerializer.Core, 3.0.0"
// Install FluentSerializer.Core as a Cake Addin #addin nuget:?package=FluentSerializer.Core&version=3.0.0 // Install FluentSerializer.Core as a Cake Tool #tool nuget:?package=FluentSerializer.Core&version=3.0.0
FluentSerializer
FluentSerializer is a library to help you with serializing to-and-from C# POCOs using profiles.
- FluentSerializer Main readme
- FluentSerializer License
FluentSerializer.Core
The FluentSerializer.Core
library contains the core parts of the serializer logic.
Release notes
- #91 Improved overall code quality
- #93 Fixed
ConfigurationStack
overriding - #206 Moved
IDataNode
HashCode calculation to interface member - #206 Moved
IConverter
unique identifier from HashCode calculation to GUIDs - #206 Moved
DefaultConverter
uniqueness calculation toIConverter.ConverterId
- #211 Internal Equality checks no longer rely on GetHashCode
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.1 is compatible. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.1
- Ardalis.GuardClauses (>= 4.0.1)
- Microsoft.CodeAnalysis (>= 4.4.0)
- Microsoft.CodeAnalysis.CSharp (>= 4.4.0)
- Microsoft.Extensions.ObjectPool (>= 7.0.1)
- System.Collections (>= 4.3.0)
- System.Runtime (>= 4.3.1)
-
net6.0
- Ardalis.GuardClauses (>= 4.0.1)
- Microsoft.Extensions.ObjectPool (>= 7.0.1)
- System.Collections (>= 4.3.0)
- System.Runtime (>= 4.3.1)
NuGet packages (5)
Showing the top 5 NuGet packages that depend on FluentSerializer.Core:
Package | Downloads |
---|---|
FluentSerializer.Json
Package Description |
|
FluentSerializer.Xml
Package Description |
|
FluentSerializer.Json.Converter.DefaultJson
Package Description |
|
FluentSerializer.Core.DependencyInjection.NetCoreDefault
Package Description |
|
FluentSerializer.Xml.Converter.DefaultXml
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.0.2 | 622 | 1/13/2023 |
3.0.1 | 576 | 1/12/2023 |
3.0.0 | 595 | 12/18/2022 |
2.2.0 | 866 | 8/14/2022 |
2.1.0 | 2,618 | 6/6/2022 |
2.0.0 | 1,627 | 6/6/2022 |
2.0.0-alpha.5 | 119 | 5/20/2022 |
2.0.0-alpha.4 | 114 | 5/20/2022 |
2.0.0-alpha.3 | 112 | 5/20/2022 |
2.0.0-alpha.2 | 118 | 5/20/2022 |
2.0.0-alpha.1 | 119 | 5/20/2022 |
1.0.0 | 2,167 | 3/28/2022 |
1.0.0-rc.1 | 128 | 3/22/2022 |
1.0.0-alpha.1 | 125 | 3/17/2022 |
Improved overall code quality
Fixed `ConfigurationStack` overriding
Moved `IDataNode` HashCode calculation to interface member
Moved `IConverter` unique identifier from HashCode calculation to GUIDs
Moved `DefaultConverter` uniqueness calculation to `IConverter.ConverterId`
Internal Equality checks no longer rely on GetHashCode