MicroElements.Metadata.SystemTextJson
7.9.1
Prefix Reserved
See the version list below for details.
dotnet add package MicroElements.Metadata.SystemTextJson --version 7.9.1
NuGet\Install-Package MicroElements.Metadata.SystemTextJson -Version 7.9.1
<PackageReference Include="MicroElements.Metadata.SystemTextJson" Version="7.9.1" />
<PackageVersion Include="MicroElements.Metadata.SystemTextJson" Version="7.9.1" />
<PackageReference Include="MicroElements.Metadata.SystemTextJson" />
paket add MicroElements.Metadata.SystemTextJson --version 7.9.1
#r "nuget: MicroElements.Metadata.SystemTextJson, 7.9.1"
#:package MicroElements.Metadata.SystemTextJson@7.9.1
#addin nuget:?package=MicroElements.Metadata.SystemTextJson&version=7.9.1
#tool nuget:?package=MicroElements.Metadata.SystemTextJson&version=7.9.1
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.Metadata (>= 7.9.1)
- System.Text.Json (>= 4.7.2)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on MicroElements.Metadata.SystemTextJson:
| Package | Downloads |
|---|---|
|
MicroElements.Metadata.AspNetCore
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 | 180 | 12/13/2024 |
| 8.0.0-beta.2 | 130 | 12/13/2024 |
| 8.0.0-beta.1 | 242 | 1/4/2023 |
| 7.14.0 | 1,755 | 6/5/2022 |
| 7.13.0 | 1,502 | 5/16/2022 |
| 7.12.0 | 1,262 | 9/5/2021 |
| 7.11.0 | 1,179 | 9/2/2021 |
| 7.10.0 | 1,199 | 9/1/2021 |
| 7.9.2 | 1,246 | 8/31/2021 |
| 7.9.1 | 1,206 | 8/31/2021 |
| 7.8.0 | 1,215 | 7/15/2021 |
| 7.7.1 | 1,257 | 7/12/2021 |
| 7.7.0 | 1,255 | 7/12/2021 |
| 7.6.4 | 1,218 | 7/9/2021 |
| 7.6.3 | 1,194 | 7/6/2021 |
| 7.6.2 | 1,300 | 7/6/2021 |
| 7.6.1 | 1,199 | 7/6/2021 |
| 7.6.0 | 1,294 | 7/4/2021 |
| 7.5.0 | 1,333 | 6/26/2021 |
| 7.4.3 | 1,224 | 6/9/2021 |
$# 7.9.0
- ParseResult implicit conversion from value and from Message
- ParseResult.Map and ParseResult.Bind methods now transfers error to the next result
- ParseResult nullable declarations instead attributes
- Added ParserProvider.Source override with ParseResult function
- 7.9.1: Added MapAndValidateRows
# 7.8.0
- Added WithValue extensions for ReadOnly containers (PropertyContainer and PropertyContainer<T>)
- Added MetadataGlobalCache.GetOrCreateInstanceMetadata
- Added MetadataProvider.CreateMutableContainer
- Change: ToPropertyContainerOfType throws exceptions if output type is not property container and when conversion can not be done
# 7.7.0
- PropertyContainerSchemaFilter: GenerateKnownSchemasAsRefs uses for properties with separate schema
- PropertyContainerSchemaFilter: Uses AspNetJsonSerializerOptions to reuse AspNet JsonSerializerOptions
- Added extension method SetMetadataFrom to copy metadata from source object
- Added ISchemaBuilder to allow create copies of schema components;
- Added ISchemaBuilder extension WithDescription that creates schema component copy with desired description
- Added ISchemaComponent to allow more precise control on schema building
- 7.7.1: IAllowedValues, INumericInterval, IProperties, IStringFormat, IStringMaxLength, IStringMinLength, IStringPattern, INullability become ISchemaComponent
- 7.7.1: PropertyContainerSchemaFilter all ISchemaComponent support
- 7.7.1: JsonTypeMapper returns types with format
# 7.6.0
- IAllowedValues: added IEqualityComparer
- NumericInterval extension methods returns the same type where possible
- Required validation rule extended with SearchOptions and assertValueIsNull argument, added IRequiredPropertyValidationRule marker interface
- ExtractValidateMap initial functionality
- MapToTuple extensions methods
- 7.6.4: SetAllowedValuesFromEnum for string schemas ignores case by default
- 7.6.4: JsonSchemaGenerator initial, added option: MetadataJsonSerializationOptions.UseJsonSchema
# 7.5.0
- Added Property<T> Clone method
- Added IPropertyContainer extensions: CloneAsMutable and CloneAsReadOnly
- ToPropertyContainerOfType: added arg returnTheSameIfNoNeedToConvert
- Swagger: added GenerateKnownSchemasAsRefs to PropertyContainerSchemaFilterOptions to generates known types as separate definitions
Full release notes can be found at: https://github.com/micro-elements/MicroElements.Metadata/blob/master/CHANGELOG.md