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" />
<PackageVersion Include="FluentSerializer.Xml" Version="3.0.0" />
<PackageReference Include="FluentSerializer.Xml" />
paket add FluentSerializer.Xml --version 3.0.0
#r "nuget: FluentSerializer.Xml, 3.0.0"
#:package FluentSerializer.Xml@3.0.0
#addin nuget:?package=FluentSerializer.Xml&version=3.0.0
#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
ConfigurationStackoverriding - #93 Simple type converters now allow empty strings to pass through
- #93 Date and Time structures now fail on empty strings
- #206 Moved
IDataNodeHashCode calculation to interface member - #206 Moved
IConverterunique identifier from HashCode calculation to GUIDs - #206 Moved
DefaultConverteruniqueness 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. 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. |
| .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.1.3 | 353 | 3/19/2025 |
| 3.0.2 | 504 | 1/13/2023 |
| 3.0.1 | 447 | 1/12/2023 |
| 3.0.0 | 428 | 12/18/2022 |
| 2.2.0 | 534 | 8/14/2022 |
| 2.1.0 | 1,492 | 6/6/2022 |
| 2.0.0 | 816 | 6/6/2022 |
| 1.0.0 | 1,124 | 3/28/2022 |
| 1.0.0-rc.1 | 273 | 3/22/2022 |
| 1.0.0-alpha.1 | 252 | 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