EDennis.JsonUtils 0.0.4-alpha

This is a prerelease version of EDennis.JsonUtils.
There is a newer version of this package available.
See the version list below for details.
dotnet add package EDennis.JsonUtils --version 0.0.4-alpha
                    
NuGet\Install-Package EDennis.JsonUtils -Version 0.0.4-alpha
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="EDennis.JsonUtils" Version="0.0.4-alpha" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="EDennis.JsonUtils" Version="0.0.4-alpha" />
                    
Directory.Packages.props
<PackageReference Include="EDennis.JsonUtils" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add EDennis.JsonUtils --version 0.0.4-alpha
                    
#r "nuget: EDennis.JsonUtils, 0.0.4-alpha"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package EDennis.JsonUtils@0.0.4-alpha
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=EDennis.JsonUtils&version=0.0.4-alpha&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=EDennis.JsonUtils&version=0.0.4-alpha&prerelease
                    
Install as a Cake Tool

Includes a JSON.NET JsonConverter and JsonSerializerSettings class that prevents self-referencing loops and, via subclassing, allows specifying of max-depth for serialization and ignoring of specified properties.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  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 netcoreapp2.0 is compatible.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on EDennis.JsonUtils:

Package Downloads
EDennis.NetCoreTestingUtilities

Provides various classes that assist with .NET Core 3 unit testing.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
3.2.9 2,746 1/28/2020
3.2.8 1,061 1/21/2020
3.2.7 2,371 1/9/2020
3.2.6 2,857 12/12/2019
3.2.5 870 12/12/2019
3.2.4 846 12/12/2019
3.2.3 567 12/11/2019
3.2.2 583 12/11/2019
3.2.1 588 12/10/2019
3.2.0 609 12/10/2019
3.1.1 862 12/9/2019
3.1.0 894 10/22/2019
3.0.0 886 10/8/2019
1.3.5 1,885 6/20/2019
1.3.4 966 5/7/2019
1.3.3 953 5/7/2019
1.3.2 932 5/3/2019
1.3.1 6,257 3/25/2019
1.3.0 5,930 12/15/2018
1.2.0 12,857 6/6/2018
1.0.1 2,190 6/4/2018
1.0.0 1,201 5/3/2018
0.2.5 1,743 5/2/2018
0.2.4 1,527 4/17/2018
0.2.3 1,809 3/23/2018
0.2.2 1,507 3/9/2018
0.2.1 1,220 3/9/2018
0.2.0 1,545 3/9/2018
0.1.1 1,212 3/8/2018
0.1.0 1,571 3/8/2018
0.0.4-alpha 1,482 3/5/2018
0.0.3-alpha 1,077 3/5/2018
0.0.2-alpha 1,127 3/5/2018

Updated SafeJsonConverter's MaxDepth and PropertiesToIgnore properties to be writeable.