MicroElements.Metadata 0.11.0

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package MicroElements.Metadata --version 0.11.0
                    
NuGet\Install-Package MicroElements.Metadata -Version 0.11.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="MicroElements.Metadata" Version="0.11.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="MicroElements.Metadata" Version="0.11.0" />
                    
Directory.Packages.props
<PackageReference Include="MicroElements.Metadata" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add MicroElements.Metadata --version 0.11.0
                    
#r "nuget: MicroElements.Metadata, 0.11.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package MicroElements.Metadata@0.11.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=MicroElements.Metadata&version=0.11.0
                    
Install as a Cake Addin
#tool nuget:?package=MicroElements.Metadata&version=0.11.0
                    
Install as a Cake Tool

Metadata model, parsing and reporting.

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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 182 12/13/2024
8.0.0-beta.1 312 1/4/2023
7.14.0 4,700 6/5/2022
7.13.0 4,028 5/16/2022
7.12.0 2,515 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,364 8/31/2021
7.8.0 2,405 7/15/2021
7.7.1 2,468 7/12/2021
7.7.0 2,417 7/12/2021
7.6.4 2,395 7/9/2021
7.6.3 2,355 7/6/2021
7.6.2 2,457 7/6/2021
7.6.1 2,447 7/6/2021
7.6.0 2,441 7/4/2021
7.5.0 2,476 6/26/2021
0.11.0 1,272 4/24/2020
Loading failed

$# 0.11.0
- ExcelReportBuilder customize for document, sheet, column, cell

# 0.9.4
- Property Map now can be used for classes and structs
- GetPropertyValue method added new argument: useDefaultValue. So it can return null now
- ExcelMetadata moved to property model for easy extend
- Excel generator: added Transpose for Sheets

# 0.9.3
- Unified Property methods with prefixes Set, SetUntyped, With

# 0.9.2
- EnumerableReportProvider
- Property Map methods to convert property to property of other type with func
- Property WithName extension method

# 0.9.1
- IReportProvider is now IMetadataProvider
- ExcelMetadata hierarchy


Full release notes can be found at: https://github.com/micro-elements/MicroElements.Metadata.git/blob/master/CHANGELOG.md