MicroElements.Metadata.AspNetCore 7.0.0-rc.18

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

// Install MicroElements.Metadata.AspNetCore as a Cake Tool
#tool nuget:?package=MicroElements.Metadata.AspNetCore&version=7.0.0-rc.18&prerelease

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

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
8.0.0-beta.1 125 1/4/2023
7.14.0 926 6/5/2022
7.13.0 891 5/16/2022
7.12.0 817 9/5/2021
7.11.0 786 9/2/2021
7.10.0 765 9/1/2021
7.9.2 740 8/31/2021
7.9.1 740 8/31/2021
7.8.0 747 7/15/2021
7.7.1 815 7/12/2021
7.7.0 812 7/12/2021
7.6.4 777 7/9/2021
7.6.3 751 7/6/2021
7.6.2 807 7/6/2021
7.6.1 807 7/6/2021
7.6.0 847 7/4/2021
7.5.0 878 6/26/2021
7.4.3 802 6/9/2021
7.4.2 807 6/8/2021
7.4.1 804 6/8/2021
7.4.0 845 6/7/2021
7.3.4 812 5/31/2021
7.3.3 825 5/26/2021
7.3.2 837 5/26/2021
7.3.0 777 5/25/2021
7.2.0 847 5/19/2021
7.1.0 803 4/22/2021
7.0.0 830 3/31/2021
7.0.0-rc.32 171 3/1/2021
7.0.0-rc.31 169 2/28/2021
7.0.0-rc.30 159 2/16/2021
7.0.0-rc.19 199 1/20/2021
7.0.0-rc.18 176 1/19/2021
7.0.0-rc.17 165 1/18/2021
7.0.0-rc.16 167 1/18/2021
7.0.0-rc.14 204 1/16/2021
7.0.0-rc.13 159 1/15/2021
7.0.0-rc.12 175 1/13/2021
7.0.0-rc.11 163 1/13/2021
7.0.0-rc.10 183 12/28/2020
7.0.0-rc.9 216 12/27/2020
7.0.0-rc.8 289 12/25/2020
7.0.0-rc.7 293 12/24/2020
7.0.0-rc.6 184 12/24/2020
7.0.0-rc.5 188 12/24/2020
7.0.0-rc.4 176 12/23/2020
7.0.0-rc.3 223 12/17/2020
7.0.0-rc.2 241 12/16/2020
7.0.0-rc.1 181 12/15/2020
6.0.0 983 12/8/2020

$# 7.0.0-rc.18
- Many useful PropertyContainerExtensions: Merge, MergeProperties, GetListItems, GetListItemsEnriched
- ISchema added to IXmlParserContext
- Added GetPropertiesNotFromSchema that works with IXmlParserContext

# 7.0.0-rc.17
- IValueParser moved to ParseResult instead of Option because Option doesnot support valid null values and error message
- Nullable enums supported

# 7.0.0-rc.16
- Added IXmlParserSettings reference to IXmlParserContext
- Added SchemaCache to IXmlParserContext
- IHasSchema now can create new schema instances

# 7.0.0-rc.15
- Added GetPropertiesNotFromSchema recursive search in children schemas
- AllowedValues from enum
- IXmlParserContext extracted
- Parser cache added
- Parsers moved to Parsers namespace

# 7.0.0-rc.14
- Added Validation messages to IXmlParserSettings
- XmlParser API extended


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