MicroElements.Metadata.OpenXml
7.4.3
Prefix Reserved
See the version list below for details.
dotnet add package MicroElements.Metadata.OpenXml --version 7.4.3
NuGet\Install-Package MicroElements.Metadata.OpenXml -Version 7.4.3
<PackageReference Include="MicroElements.Metadata.OpenXml" Version="7.4.3" />
<PackageVersion Include="MicroElements.Metadata.OpenXml" Version="7.4.3" />
<PackageReference Include="MicroElements.Metadata.OpenXml" />
paket add MicroElements.Metadata.OpenXml --version 7.4.3
#r "nuget: MicroElements.Metadata.OpenXml, 7.4.3"
#:package MicroElements.Metadata.OpenXml@7.4.3
#addin nuget:?package=MicroElements.Metadata.OpenXml&version=7.4.3
#tool nuget:?package=MicroElements.Metadata.OpenXml&version=7.4.3
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
- DocumentFormat.OpenXml (>= 2.10.0)
- MicroElements.Metadata (>= 7.4.3)
- NodaTime (>= 3.0.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on MicroElements.Metadata.OpenXml:
| Package | Downloads |
|---|---|
|
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 | 147 | 12/13/2024 |
| 8.0.0-beta.2 | 158 | 12/13/2024 |
| 8.0.0-beta.1 | 243 | 1/4/2023 |
| 7.14.0 | 1,117 | 6/5/2022 |
| 7.13.0 | 909 | 5/16/2022 |
| 7.12.0 | 731 | 9/5/2021 |
| 7.11.0 | 702 | 9/2/2021 |
| 7.10.0 | 691 | 9/1/2021 |
| 7.9.2 | 641 | 8/31/2021 |
| 7.9.1 | 663 | 8/31/2021 |
| 7.8.0 | 690 | 7/15/2021 |
| 7.7.1 | 677 | 7/12/2021 |
| 7.7.0 | 681 | 7/12/2021 |
| 7.6.4 | 687 | 7/9/2021 |
| 7.6.3 | 644 | 7/6/2021 |
| 7.6.2 | 710 | 7/6/2021 |
| 7.6.1 | 740 | 7/6/2021 |
| 7.6.0 | 722 | 7/4/2021 |
| 7.5.0 | 851 | 6/26/2021 |
| 7.4.3 | 675 | 6/9/2021 |
$# 7.4.0
Schema serialization and utility release
- Added IMetadataSchemaProvider
- NewtonsoftJson: Added MetadataSchemaProviderConverter that allows to use common schema section in json document
- ConfigureJsonForPropertyContainers: added action to configure MetadataJsonSerializationOptions
- MetadataJsonSerializationOptions: added options: TypeMapper, UseSchemasRoot, SchemasRootName, WriteSchemaOnceForKnownTypes
- Removed IEnumeration interface from IPropertySet
- Removed PropertyContainerWithMetadataTypesConverter
- Many other usability improvements
- 7.4.1: added default value to GetValue extension
- 7.4.3: PropertyContainerMapper moves to MicroElements.Metadata.Mapping and becomes more flexible
# 7.3.0
- Added PropertyContainerMapper with methods ToPropertyContainerOfType, ToPropertyContainer and ToObject
- PropertyContainerConverters (SystemTextJson and NewtonsoftJson) uses common method ToPropertyContainerOfType and supports typed PropertyContainers
- 7.3.2: PropertyComparers types ends with PropertyComparer (was EqualityComparer), ByTypeAndNamePropertyComparer can compare types ignoring Nullable wrapper
- 7.3.3: ByNameOrAliasPropertyComparer GetHashCode fix
- 7.3.3: MetadataSchema.AppendAbsentProperties fix
- 7.3.3: PropertyContainerMapper.ToObject nullable and enum support
- 7.3.4: Added HierarchicalContainer that merges two hierarchies
- 7.3.4: GetMetadata can get metadata from attached ISchema (see 'searchInSchema'' arg)
- 7.3.4: Added GetSchemaMetadata that always uses GetMetadata with searchInSchema: true
- 7.3.4: More metadata types that can be set to ISchema (not only IProperty): IAllowedValues, INumericInterval
- 7.3.4: PropertyContainerMapper more customization
# 7.2.0
- PropertyContainerConverter becomes generic and supports collections
- DateTimeOffsetFormatter added to DefaultFormatProvider
# 7.1.0
- MicroElements.Metadata.AspNetCore: Swashbuckle updated to 6.1.3
- MicroElements.Metadata: Schema metadata more close to JsonSchema
# 7.0.0
- Big release. Main features: XmlParsing, Performance, ExcelBuilder performance, Schema featurea and validations. See release notes for release candidates
Full release notes can be found at: https://github.com/micro-elements/MicroElements.Metadata/blob/master/CHANGELOG.md