MicroElements.Metadata
4.5.0
Prefix Reserved
See the version list below for details.
dotnet add package MicroElements.Metadata --version 4.5.0
NuGet\Install-Package MicroElements.Metadata -Version 4.5.0
<PackageReference Include="MicroElements.Metadata" Version="4.5.0" />
<PackageVersion Include="MicroElements.Metadata" Version="4.5.0" />
<PackageReference Include="MicroElements.Metadata" />
paket add MicroElements.Metadata --version 4.5.0
#r "nuget: MicroElements.Metadata, 4.5.0"
#:package MicroElements.Metadata@4.5.0
#addin nuget:?package=MicroElements.Metadata&version=4.5.0
#tool nuget:?package=MicroElements.Metadata&version=4.5.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.Functional (>= 1.4.0)
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,703 | 6/5/2022 |
| 7.13.0 | 4,032 | 5/16/2022 |
| 7.12.0 | 2,516 | 9/5/2021 |
| 7.11.0 | 2,398 | 9/2/2021 |
| 7.10.0 | 2,334 | 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,419 | 7/12/2021 |
| 7.6.4 | 2,396 | 7/9/2021 |
| 7.6.3 | 2,355 | 7/6/2021 |
| 7.6.2 | 2,460 | 7/6/2021 |
| 7.6.1 | 2,449 | 7/6/2021 |
| 7.6.0 | 2,442 | 7/4/2021 |
| 7.5.0 | 2,476 | 6/26/2021 |
| 4.5.0 | 1,416 | 11/11/2020 |
$# 4.5.0
- Added ToMutable, ToReadOnly extensions
- Added Excel styling extensions
- Change: GetValue returned to PropertyContainer and MutablePropertyContainer as protected method to use in derived classes
- Added more nullability asserts and markup
# 4.4.0
- SetFormat fixed: now for null input values it returns NullValue
- Excel: FillCellReferences now checks whether it should fill cell references
# 4.3.0
- SearchExtensions unified and documented
- Added Search.Algorithm with global access to optionate search
- Added some documentation to README
# 4.2.0
- IPropertyCalculator now accepts SearchOptions provided by user
- Map function now accepts configureSearch function instead of SearchOptions so it uses user provided SearchOptions
- SearchOptions argument removed from Nullify, DeNullify, UseDefaultForUndefined
# 4.1.0
- IPropertyRenderer.Configure now returns IPropertyRenderer to allow chaining
- New: Added AsUntyped extension for IPropertyRenderer<T> and ConfigureTyped for IPropertyRenderer
- Change: SetTargetName, SetSearchOptions, SetFormat, SetNullValue, SetNameFromAlias bacame extension methods for untyped IPropertyRenderer
Full release notes can be found at: https://github.com/micro-elements/MicroElements.Metadata.git/blob/master/CHANGELOG.md