MicroElements.Metadata.Xml
7.14.0
Prefix Reserved
See the version list below for details.
dotnet add package MicroElements.Metadata.Xml --version 7.14.0
NuGet\Install-Package MicroElements.Metadata.Xml -Version 7.14.0
<PackageReference Include="MicroElements.Metadata.Xml" Version="7.14.0" />
paket add MicroElements.Metadata.Xml --version 7.14.0
#r "nuget: MicroElements.Metadata.Xml, 7.14.0"
// Install MicroElements.Metadata.Xml as a Cake Addin #addin nuget:?package=MicroElements.Metadata.Xml&version=7.14.0 // Install MicroElements.Metadata.Xml as a Cake Tool #tool nuget:?package=MicroElements.Metadata.Xml&version=7.14.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. |
.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.14.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.1 | 110 | 1/4/2023 |
7.14.0 | 490 | 6/5/2022 |
7.13.0 | 456 | 5/16/2022 |
7.12.0 | 362 | 9/5/2021 |
7.11.0 | 334 | 9/2/2021 |
7.10.0 | 318 | 9/1/2021 |
7.9.2 | 323 | 8/31/2021 |
7.9.1 | 320 | 8/31/2021 |
7.8.0 | 327 | 7/15/2021 |
7.7.1 | 328 | 7/12/2021 |
7.7.0 | 327 | 7/12/2021 |
7.6.4 | 379 | 7/9/2021 |
7.6.3 | 313 | 7/6/2021 |
7.6.2 | 326 | 7/6/2021 |
7.6.1 | 363 | 7/6/2021 |
7.6.0 | 396 | 7/4/2021 |
7.5.0 | 335 | 6/26/2021 |
7.4.3 | 320 | 6/9/2021 |
7.4.2 | 338 | 6/8/2021 |
7.4.1 | 350 | 6/8/2021 |
7.4.0 | 376 | 6/7/2021 |
7.3.4 | 375 | 5/31/2021 |
7.3.3 | 325 | 5/26/2021 |
7.3.2 | 353 | 5/26/2021 |
7.3.0 | 368 | 5/25/2021 |
7.2.0 | 336 | 5/19/2021 |
7.1.0 | 370 | 4/23/2021 |
7.0.0 | 339 | 3/31/2021 |
7.0.0-rc.32 | 182 | 3/1/2021 |
7.0.0-rc.31 | 172 | 2/28/2021 |
7.0.0-rc.30 | 159 | 2/16/2021 |
7.0.0-rc.19 | 196 | 1/20/2021 |
7.0.0-rc.18 | 182 | 1/19/2021 |
7.0.0-rc.17 | 173 | 1/18/2021 |
7.0.0-rc.16 | 171 | 1/18/2021 |
7.0.0-rc.14 | 204 | 1/16/2021 |
7.0.0-rc.13 | 165 | 1/15/2021 |
7.0.0-rc.12 | 168 | 1/13/2021 |
7.0.0-rc.11 | 162 | 1/13/2021 |
$# 7.14.0
- Added ICloneable<T> with default implementation
- Added: IComposite, ICompositeBuilder, IConfigurableBuilder
- Added: FormatterBuilder that can create non static recursive formatters
- Change: CollectionFormatter can use optional configuration
- Change: CollectionFormatter can be configured with Configure
- Change: KeyValuePairFormatter, ValueTuplePairFormatter can use optional format string
# 7.13.0
- SchemaBuilder functionality allows to use varios WithXXX methods in generic way
- MessageBuilder used for reducing memory allocations
- IPropertyValue.ValueUntyped should return 'null' if Source is NotDefined
- NotDefined fix for DynamicContainer, Json serialization
- Added 'defaultValue' param to 'PropertyContainer.GetValue' and 'MutablePropertyContainer.GetValue' to have the same signature as common 'GetValue'
- Added 'allowMapUndefined' param to PropertyExtensions.Map
- Added: SetValueIfNotDefault, WithValueIfNotDefault for IMutablePropertyContainer
- Change: Property.WithDefaultValue methods replaced with SchemaBuilder methods
- BREAKING CHANGE: Property<T>.DefaultValue become optional. Default value for property should be defined explicitly.
- Added: IExamples component. Property<T> uses IExamples.
- Change: IDefaultValue become covariant
- Change: 'IStaticSchema' now implements 'IStaticPropertySet'
- Change: ISchema become covariant
# 7.12.0
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
Full release notes can be found at: https://github.com/micro-elements/MicroElements.Metadata/blob/master/CHANGELOG.md