MicroElements.Metadata
2.0.0
Prefix Reserved
See the version list below for details.
dotnet add package MicroElements.Metadata --version 2.0.0
NuGet\Install-Package MicroElements.Metadata -Version 2.0.0
<PackageReference Include="MicroElements.Metadata" Version="2.0.0" />
<PackageVersion Include="MicroElements.Metadata" Version="2.0.0" />
<PackageReference Include="MicroElements.Metadata" />
paket add MicroElements.Metadata --version 2.0.0
#r "nuget: MicroElements.Metadata, 2.0.0"
#:package MicroElements.Metadata@2.0.0
#addin nuget:?package=MicroElements.Metadata&version=2.0.0
#tool nuget:?package=MicroElements.Metadata&version=2.0.0
Metadata model, parsing 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
- DocumentFormat.OpenXml (>= 2.10.0)
- MicroElements.Functional (>= 0.17.0)
- NodaTime (>= 2.4.7)
NuGet packages (9)
Showing the top 5 NuGet packages that depend on MicroElements.Metadata:
| Package | Downloads |
|---|---|
|
MicroElements.Metadata.OpenXml
Metadata model, parsing, validation and reporting. |
|
|
MicroElements.Metadata.SystemTextJson
Metadata model, parsing, validation and reporting. |
|
|
MicroElements.Metadata.AspNetCore
Metadata model, parsing, validation and reporting. |
|
|
MicroElements.Metadata.NewtonsoftJson
Metadata model, parsing, validation and reporting. |
|
|
MicroElements.Metadata.All
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.3 | 204 | 12/13/2024 |
| 8.0.0-beta.2 | 183 | 12/13/2024 |
| 8.0.0-beta.1 | 313 | 1/4/2023 |
| 7.14.0 | 4,701 | 6/5/2022 |
| 7.13.0 | 4,029 | 5/16/2022 |
| 7.12.0 | 2,516 | 9/5/2021 |
| 7.11.0 | 2,398 | 9/2/2021 |
| 7.10.0 | 2,333 | 9/1/2021 |
| 7.9.2 | 2,327 | 8/31/2021 |
| 7.9.1 | 2,365 | 8/31/2021 |
| 7.8.0 | 2,406 | 7/15/2021 |
| 7.7.1 | 2,469 | 7/12/2021 |
| 7.7.0 | 2,417 | 7/12/2021 |
| 7.6.4 | 2,396 | 7/9/2021 |
| 7.6.3 | 2,355 | 7/6/2021 |
| 7.6.2 | 2,458 | 7/6/2021 |
| 7.6.1 | 2,448 | 7/6/2021 |
| 7.6.0 | 2,442 | 7/4/2021 |
| 7.5.0 | 2,476 | 6/26/2021 |
| 2.0.0 | 1,296 | 5/20/2020 |
$# 2.0.0
- Search
- Property search redesigned and unified
- Property search allows to know whether property exists, not exists or exists with undefined value
- Search API became more consistent and customizable
- PropertyContainer and MutablePropertyContainer can accept custom SearchOptions
- Added predefined search modes: Default, ExistingOnly, ExistingOnlyWithParent
- Added GetValueAsOption and SetValue extensions with functional Option support
- Validation
- New validation rules: Exists, Required
- IValidationRule now implements IMetadataProvider
- Added generic IValidationRule<T> for holding typed property
- Rich rule building with combine support
- Validation message customization moved to ValidationMessageOptions and linked to IValidationRule as metadata
- Validation customization for last rule in chain
- Other
- ExcelReader: GetRowsAs supports factory function
- ExcelReportBuilder support for SharedStrings
- PropertyRenderer: supports SearchOptions
# 2.0.0-beta.8
- Added GetValueAsOption and SetValue extensions with functional Option support
- ExcelReader: GetRowsAs supports factory function
- PropertyRenderer: supports SearchOptions
# 2.0.0-beta.7
# 2.0.0-beta.6
# 2.0.0-beta.5
- minor changes
Full release notes can be found at: https://github.com/micro-elements/MicroElements.Metadata.git/blob/master/CHANGELOG.md