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" />
paket add FluentSerializer.Core --version 2.0.0-alpha.3
#r "nuget: FluentSerializer.Core, 2.0.0-alpha.3"
// Install FluentSerializer.Core as a Cake Addin #addin nuget:?package=FluentSerializer.Core&version=2.0.0-alpha.3&prerelease // Install FluentSerializer.Core as a Cake Tool #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. |
.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.0.2 | 624 | 1/13/2023 |
3.0.1 | 578 | 1/12/2023 |
3.0.0 | 597 | 12/18/2022 |
2.2.0 | 868 | 8/14/2022 |
2.1.0 | 2,620 | 6/6/2022 |
2.0.0 | 1,629 | 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,169 | 3/28/2022 |
1.0.0-rc.1 | 128 | 3/22/2022 |
1.0.0-alpha.1 | 125 | 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