MicroElements.Metadata.NewtonsoftJson 7.12.0

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package MicroElements.Metadata.NewtonsoftJson --version 7.12.0
NuGet\Install-Package MicroElements.Metadata.NewtonsoftJson -Version 7.12.0
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="MicroElements.Metadata.NewtonsoftJson" Version="7.12.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MicroElements.Metadata.NewtonsoftJson --version 7.12.0
#r "nuget: MicroElements.Metadata.NewtonsoftJson, 7.12.0"
#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.
// Install MicroElements.Metadata.NewtonsoftJson as a Cake Addin
#addin nuget:?package=MicroElements.Metadata.NewtonsoftJson&version=7.12.0

// Install MicroElements.Metadata.NewtonsoftJson as a Cake Tool
#tool nuget:?package=MicroElements.Metadata.NewtonsoftJson&version=7.12.0

Metadata model, parsing, validation and reporting.

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. 
.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. 
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 MicroElements.Metadata.NewtonsoftJson:

Package Downloads
MicroElements.Metadata.All The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Metadata model, parsing, validation and reporting.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
8.0.0-beta.1 130 1/4/2023
7.14.0 701 6/5/2022
7.13.0 653 5/16/2022
7.12.0 571 9/5/2021
7.11.0 421 9/2/2021
7.10.0 419 9/1/2021
7.9.2 418 8/31/2021
7.9.1 440 8/31/2021
7.8.0 430 7/15/2021
7.7.1 478 7/12/2021
7.7.0 457 7/12/2021
7.6.4 487 7/9/2021
7.6.3 437 7/6/2021
7.6.2 444 7/6/2021
7.6.1 463 7/6/2021
7.6.0 503 7/4/2021
7.5.0 625 6/26/2021
7.4.3 452 6/9/2021
7.4.2 461 6/8/2021
7.4.1 436 6/8/2021
7.4.0 488 6/7/2021
7.3.4 481 5/31/2021
7.3.3 448 5/26/2021
7.3.2 449 5/26/2021
7.3.0 488 5/25/2021
7.2.0 480 5/19/2021
7.1.0 510 4/23/2021
7.0.0 454 3/31/2021
7.0.0-rc.32 178 3/1/2021
7.0.0-rc.31 161 2/28/2021
7.0.0-rc.30 151 2/16/2021
7.0.0-rc.19 200 1/20/2021
7.0.0-rc.18 182 1/19/2021
7.0.0-rc.17 162 1/18/2021
7.0.0-rc.16 173 1/18/2021
7.0.0-rc.14 210 1/16/2021
7.0.0-rc.13 157 1/15/2021
7.0.0-rc.12 175 1/13/2021
7.0.0-rc.11 173 1/13/2021
7.0.0-rc.10 187 12/28/2020
7.0.0-rc.9 220 12/27/2020
7.0.0-rc.8 290 12/25/2020
7.0.0-rc.7 297 12/24/2020
7.0.0-rc.6 184 12/24/2020
7.0.0-rc.5 180 12/24/2020
7.0.0-rc.4 176 12/23/2020
7.0.0-rc.3 215 12/17/2020
7.0.0-rc.2 185 12/16/2020
7.0.0-rc.1 181 12/15/2020
6.0.0 545 12/8/2020
5.3.0 571 12/3/2020
5.2.0 553 12/2/2020

$# 7.12.0 (beta)
Experimental release that extends parsing with conditinal logic
- IParserBehavior initial
- IPropertyParserCondition, IPropertyParserNotifier extensions for IPropertyParser initial
- IParserProviderWithDiscriminator

# 7.11.0
- OnlyAllowedValuesRule more detailed message
- Validation messages uses 'null' placeholder instead of null value

# 7.10.0
- Added FilterByProperties extension method for IPropertyContainer
- Added DefaultSourceValue to IPropertyParser to allow set source value before parsing and mapping to target property
- ParseRowUntyped precise control for absent or null values
- MapToObject more diagnostics, more safe
- ValidateBySchema methods family

# 7.9.0
- ParseResult implicit conversion from value and from Message
- ParseResult.Map and ParseResult.Bind methods now transfers error to the next result
- ParseResult nullable declarations instead attributes
- Added ParserProvider.Source override with ParseResult function
- 7.9.1: Added MapAndValidateRows
- 7.9.2: ParseRowUntyped precise control for absent value

# 7.8.0
- Added WithValue extensions for ReadOnly containers (PropertyContainer and PropertyContainer<T>)
- Added MetadataGlobalCache.GetOrCreateInstanceMetadata
- Added MetadataProvider.CreateMutableContainer
- Change: ToPropertyContainerOfType throws exceptions if output type is not property container and when conversion can not be done


Full release notes can be found at: https://github.com/micro-elements/MicroElements.Metadata/blob/master/CHANGELOG.md