MicroElements.Metadata.All 7.0.0-rc.6

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
This is a prerelease version of MicroElements.Metadata.All.
There is a newer version of this package available.
See the version list below for details.
dotnet add package MicroElements.Metadata.All --version 7.0.0-rc.6
NuGet\Install-Package MicroElements.Metadata.All -Version 7.0.0-rc.6
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.All" Version="7.0.0-rc.6" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MicroElements.Metadata.All --version 7.0.0-rc.6
#r "nuget: MicroElements.Metadata.All, 7.0.0-rc.6"
#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.
// Install MicroElements.Metadata.All as a Cake Addin
#addin nuget:?package=MicroElements.Metadata.All&version=7.0.0-rc.6&prerelease

// Install MicroElements.Metadata.All as a Cake Tool
#tool nuget:?package=MicroElements.Metadata.All&version=7.0.0-rc.6&prerelease

Metadata model, parsing, validation 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. 
.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

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
7.14.0 449 6/5/2022
7.13.0 410 5/16/2022
7.12.0 348 9/5/2021
7.11.0 301 9/2/2021
7.10.0 302 9/1/2021
7.9.2 304 8/31/2021
7.9.1 305 8/31/2021
7.8.0 300 7/15/2021
7.7.1 334 7/12/2021
7.7.0 335 7/12/2021
7.6.4 354 7/9/2021
7.6.3 303 7/6/2021
7.6.2 319 7/6/2021
7.6.1 334 7/6/2021
7.6.0 391 7/4/2021
7.5.0 504 6/26/2021
7.4.3 325 6/9/2021
7.4.2 336 6/8/2021
7.4.1 310 6/8/2021
7.4.0 357 6/7/2021
7.3.4 354 5/31/2021
7.3.3 321 5/26/2021
7.3.2 351 5/26/2021
7.3.0 358 5/25/2021
7.2.0 353 5/19/2021
7.1.0 352 4/23/2021
7.0.0 340 3/31/2021
7.0.0-rc.32 169 3/1/2021
7.0.0-rc.31 168 2/28/2021
7.0.0-rc.30 153 2/16/2021
7.0.0-rc.19 198 1/20/2021
7.0.0-rc.18 184 1/19/2021
7.0.0-rc.17 161 1/18/2021
7.0.0-rc.16 166 1/18/2021
7.0.0-rc.14 199 1/16/2021
7.0.0-rc.13 160 1/15/2021
7.0.0-rc.12 171 1/13/2021
7.0.0-rc.11 158 1/13/2021
7.0.0-rc.10 179 12/28/2020
7.0.0-rc.9 217 12/27/2020
7.0.0-rc.8 292 12/25/2020
7.0.0-rc.7 293 12/24/2020
7.0.0-rc.6 183 12/24/2020
7.0.0-rc.5 180 12/24/2020
7.0.0-rc.4 175 12/23/2020
7.0.0-rc.3 219 12/17/2020
7.0.0-rc.2 181 12/16/2020
7.0.0-rc.1 187 12/15/2020
6.0.0 449 12/8/2020
5.3.0 420 12/3/2020
5.2.0 413 12/2/2020

$# 7.0.0-rc.4
- OpenXml: Excel Serial Date support for reports
- OpenXml: Big refactoring
- OpenXml: Styling extensions refactored and added many useful methods

# 7.0.0-rc.3
- Added FreezeMetadata and FreezeInstanceMetadata.
- IPropertyContainer.ParentSource makes nullable, and read only. SetParentPropertySource is removed
- Added GetHierarchy, Flatten methods for IPropertyContainer
- ToReadOnly by default flattens input container
- Optimization: Search uses internal property cache for some searches.

# 7.0.0-rc.2
- Added ThreadSafe ConcurrentMutablePropertyContainer, GetInstanceMetadata uses ConcurrentMutablePropertyContainer by default
- OpenXml: GetOrAddSharedString optimized

# 7.0.0-rc.1
- Added ReflectionDependencyInjectionExtensions to allow configure AspNetCore from netstandard package
- Added DependencyInjectionExtensions.AddMetadata - all in one registration (json serialization, swagger customization)
- Added sample of using it in AspNetCore application
- Added MetadataGlobalCache.AsMetadataProvider that converts any object to IMetadataProvider. It uses new MetadataProviderWrapper
- Property.Description simplified to string (was LocalizableString)
- MetadataProviderExtensions.CopyMetadataTo now can copy metadata from any object to any other object (not only IMetadataProvider)
- MutablePropertyContainer became ThreadSafe, old implementation became MutablePropertyContainerNoLock
- IPropertyContainer simplified: implements IReadOnlyCollection instead of IReadOnlyList, Properties also is IReadOnlyCollection
- Added interface IKnownPropertySet<> to describe what properties can be in a property container
- Added IAllowNull and IAllowedValues property metadata
- Added validation rule OnlyAllowedValues
- Added 'Or' validation rules
- PropertyContainerSchemaFilter can get IPropertySet from IKnownPropertySet<>
- PropertyContainerSchemaFilter uses optional IAllowNull and IAllowedValues to generate schema
- Added PropertyAddMode to WithValues extension method
- OpenXml: Added DocumentContext extensions: AddNumberingFormat, GetNumberingFormatIndex, GetNumberingFormatId

# 6.0.0
- Added new package MicroElements.Metadata.AspNetCore that contains swagger extensions and json serialization for IPropertyContainer
- Package MicroElements.Metadata.Json renamed to MicroElements.Metadata.SystemTextJson


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