FluentSerializer.Xml
3.0.0
See the version list below for details.
dotnet add package FluentSerializer.Xml --version 3.0.0
NuGet\Install-Package FluentSerializer.Xml -Version 3.0.0
<PackageReference Include="FluentSerializer.Xml" Version="3.0.0" />
paket add FluentSerializer.Xml --version 3.0.0
#r "nuget: FluentSerializer.Xml, 3.0.0"
// Install FluentSerializer.Xml as a Cake Addin #addin nuget:?package=FluentSerializer.Xml&version=3.0.0 // Install FluentSerializer.Xml as a Cake Tool #tool nuget:?package=FluentSerializer.Xml&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.Xml
The FluentSerializer.Xml
library is responsible for exposing the XML API and implementing the XML conversion logic.
Release notes
- #91 Improved overall code quality
- #93 Fixed
ConfigurationStack
overriding - #93 Simple type converters now allow empty strings to pass through
- #93 Date and Time structures now fail on empty strings
- #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)
- FluentSerializer.Core (>= 3.0.0)
- Microsoft.CodeAnalysis (>= 4.4.0)
- Microsoft.CodeAnalysis.CSharp (>= 4.4.0)
-
net6.0
- Ardalis.GuardClauses (>= 4.0.1)
- FluentSerializer.Core (>= 3.0.0)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on FluentSerializer.Xml:
Package | Downloads |
---|---|
FluentSerializer.Xml.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 | 353 | 1/13/2023 |
3.0.1 | 306 | 1/12/2023 |
3.0.0 | 310 | 12/18/2022 |
2.2.0 | 402 | 8/14/2022 |
2.1.0 | 1,252 | 6/6/2022 |
2.0.0 | 660 | 6/6/2022 |
1.0.0 | 949 | 3/28/2022 |
1.0.0-rc.1 | 144 | 3/22/2022 |
1.0.0-alpha.1 | 129 | 3/17/2022 |
Improved overall code quality
Fixed `ConfigurationStack` overriding
Simple type converters now allow empty strings to pass through
Date and Time structures now fail on empty strings
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