MicroElements.Metadata.Xml
7.12.0
Prefix Reserved
See the version list below for details.
dotnet add package MicroElements.Metadata.Xml --version 7.12.0
NuGet\Install-Package MicroElements.Metadata.Xml -Version 7.12.0
<PackageReference Include="MicroElements.Metadata.Xml" Version="7.12.0" />
<PackageVersion Include="MicroElements.Metadata.Xml" Version="7.12.0" />
<PackageReference Include="MicroElements.Metadata.Xml" />
paket add MicroElements.Metadata.Xml --version 7.12.0
#r "nuget: MicroElements.Metadata.Xml, 7.12.0"
#:package MicroElements.Metadata.Xml@7.12.0
#addin nuget:?package=MicroElements.Metadata.Xml&version=7.12.0
#tool nuget:?package=MicroElements.Metadata.Xml&version=7.12.0
Metadata model, parsing, validation and reporting.
| Product | Versions 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 | 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
- MicroElements.Metadata (>= 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 |
|---|---|---|
| 8.0.0-beta.3 | 149 | 12/13/2024 |
| 8.0.0-beta.2 | 91 | 12/13/2024 |
| 8.0.0-beta.1 | 209 | 1/4/2023 |
| 7.14.0 | 665 | 6/5/2022 |
| 7.13.0 | 589 | 5/16/2022 |
| 7.12.0 | 519 | 9/5/2021 |
| 7.11.0 | 494 | 9/2/2021 |
| 7.10.0 | 474 | 9/1/2021 |
| 7.9.2 | 475 | 8/31/2021 |
| 7.9.1 | 471 | 8/31/2021 |
| 7.8.0 | 492 | 7/15/2021 |
| 7.7.1 | 481 | 7/12/2021 |
| 7.7.0 | 485 | 7/12/2021 |
| 7.6.4 | 536 | 7/9/2021 |
| 7.6.3 | 469 | 7/6/2021 |
| 7.6.2 | 476 | 7/6/2021 |
| 7.6.1 | 516 | 7/6/2021 |
| 7.6.0 | 551 | 7/4/2021 |
| 7.5.0 | 490 | 6/26/2021 |
| 7.4.3 | 476 | 6/9/2021 |
$# 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