MicroElements.Metadata.All
7.12.0
Prefix Reserved
See the version list below for details.
Install-Package MicroElements.Metadata.All -Version 7.12.0
dotnet add package MicroElements.Metadata.All --version 7.12.0
<PackageReference Include="MicroElements.Metadata.All" Version="7.12.0" />
paket add MicroElements.Metadata.All --version 7.12.0
#r "nuget: MicroElements.Metadata.All, 7.12.0"
// Install MicroElements.Metadata.All as a Cake Addin
#addin nuget:?package=MicroElements.Metadata.All&version=7.12.0
// Install MicroElements.Metadata.All as a Cake Tool
#tool nuget:?package=MicroElements.Metadata.All&version=7.12.0
Metadata model, parsing, validation and reporting.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.1 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 2.1
- MicroElements.Metadata (>= 7.12.0)
- MicroElements.Metadata.NewtonsoftJson (>= 7.12.0)
- MicroElements.Metadata.OpenXml (>= 7.12.0)
- MicroElements.Metadata.SystemTextJson (>= 7.12.0)
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 |
---|---|---|
7.13.0 | 36 | 5/16/2022 |
7.12.0 | 159 | 9/5/2021 |
7.11.0 | 124 | 9/2/2021 |
7.10.0 | 126 | 9/1/2021 |
7.9.2 | 121 | 8/31/2021 |
7.9.1 | 118 | 8/31/2021 |
7.8.0 | 137 | 7/15/2021 |
7.7.1 | 141 | 7/12/2021 |
7.7.0 | 159 | 7/12/2021 |
7.6.4 | 175 | 7/9/2021 |
7.6.3 | 125 | 7/6/2021 |
7.6.2 | 143 | 7/6/2021 |
7.6.1 | 146 | 7/6/2021 |
7.6.0 | 207 | 7/4/2021 |
7.5.0 | 312 | 6/26/2021 |
7.4.3 | 145 | 6/9/2021 |
7.4.2 | 150 | 6/8/2021 |
7.4.1 | 152 | 6/8/2021 |
7.4.0 | 172 | 6/7/2021 |
7.3.4 | 171 | 5/31/2021 |
7.3.3 | 147 | 5/26/2021 |
7.3.2 | 172 | 5/26/2021 |
7.3.0 | 172 | 5/25/2021 |
7.2.0 | 161 | 5/19/2021 |
7.1.0 | 176 | 4/23/2021 |
7.0.0 | 163 | 3/31/2021 |
7.0.0-rc.32 | 102 | 3/1/2021 |
7.0.0-rc.31 | 92 | 2/28/2021 |
7.0.0-rc.30 | 84 | 2/16/2021 |
7.0.0-rc.19 | 130 | 1/20/2021 |
7.0.0-rc.18 | 116 | 1/19/2021 |
7.0.0-rc.17 | 96 | 1/18/2021 |
7.0.0-rc.16 | 99 | 1/18/2021 |
7.0.0-rc.14 | 137 | 1/16/2021 |
7.0.0-rc.13 | 93 | 1/15/2021 |
7.0.0-rc.12 | 107 | 1/13/2021 |
7.0.0-rc.11 | 96 | 1/13/2021 |
7.0.0-rc.10 | 116 | 12/28/2020 |
7.0.0-rc.9 | 140 | 12/27/2020 |
7.0.0-rc.8 | 224 | 12/25/2020 |
7.0.0-rc.7 | 228 | 12/24/2020 |
7.0.0-rc.6 | 115 | 12/24/2020 |
7.0.0-rc.5 | 111 | 12/24/2020 |
7.0.0-rc.4 | 107 | 12/23/2020 |
7.0.0-rc.3 | 147 | 12/17/2020 |
7.0.0-rc.2 | 114 | 12/16/2020 |
7.0.0-rc.1 | 115 | 12/15/2020 |
6.0.0 | 233 | 12/8/2020 |
5.3.0 | 207 | 12/3/2020 |
5.2.0 | 216 | 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