FluentSerializer.Core
2.0.0-alpha.3
See the version list below for details.
dotnet add package FluentSerializer.Core --version 2.0.0-alpha.3
NuGet\Install-Package FluentSerializer.Core -Version 2.0.0-alpha.3
<PackageReference Include="FluentSerializer.Core" Version="2.0.0-alpha.3" />
<PackageVersion Include="FluentSerializer.Core" Version="2.0.0-alpha.3" />
<PackageReference Include="FluentSerializer.Core" />
paket add FluentSerializer.Core --version 2.0.0-alpha.3
#r "nuget: FluentSerializer.Core, 2.0.0-alpha.3"
#addin nuget:?package=FluentSerializer.Core&version=2.0.0-alpha.3&prerelease
#tool nuget:?package=FluentSerializer.Core&version=2.0.0-alpha.3&prerelease
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
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. |
.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.Extensions.ObjectPool (>= 6.0.5)
- System.Runtime (>= 4.3.1)
-
net6.0
- Ardalis.GuardClauses (>= 4.0.1)
- Microsoft.Extensions.ObjectPool (>= 6.0.5)
- 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.1.3 | 244 | 3/19/2025 |
3.0.2 | 652 | 1/13/2023 |
3.0.1 | 592 | 1/12/2023 |
3.0.0 | 611 | 12/18/2022 |
2.2.0 | 886 | 8/14/2022 |
2.1.0 | 2,637 | 6/6/2022 |
2.0.0 | 1,645 | 6/6/2022 |
2.0.0-alpha.5 | 134 | 5/20/2022 |
2.0.0-alpha.4 | 130 | 5/20/2022 |
2.0.0-alpha.3 | 127 | 5/20/2022 |
2.0.0-alpha.2 | 134 | 5/20/2022 |
2.0.0-alpha.1 | 135 | 5/20/2022 |
1.0.0 | 2,192 | 3/28/2022 |
1.0.0-rc.1 | 147 | 3/22/2022 |
1.0.0-alpha.1 | 145 | 3/17/2022 |
- [#150](https://github.com/Marvin-Brouwer/FluentSerializer/issues/150) Added release notes
- [#127](https://github.com/Marvin-Brouwer/FluentSerializer/issues/127) Added `EnumMemberAttribute` support