Codebelt.Extensions.YamlDotNet
9.0.0
dotnet add package Codebelt.Extensions.YamlDotNet --version 9.0.0
NuGet\Install-Package Codebelt.Extensions.YamlDotNet -Version 9.0.0
<PackageReference Include="Codebelt.Extensions.YamlDotNet" Version="9.0.0" />
paket add Codebelt.Extensions.YamlDotNet --version 9.0.0
#r "nuget: Codebelt.Extensions.YamlDotNet, 9.0.0"
// Install Codebelt.Extensions.YamlDotNet as a Cake Addin #addin nuget:?package=Codebelt.Extensions.YamlDotNet&version=9.0.0 // Install Codebelt.Extensions.YamlDotNet as a Cake Tool #tool nuget:?package=Codebelt.Extensions.YamlDotNet&version=9.0.0
About
An open-source project (MIT license) that targets and complements the YamlDotNet serializer engine. It aims to provide a uniform, convenient and even better developer experience when working with YAML.
It is, by heart, free, flexible and built to extend and boost your agile codebelt.
Codebelt.Extensions.YamlDotNet for .NET
The Codebelt.Extensions.YamlDotNet
namespace contains types and extension methods that complements the YamlDotNet
namespace by adding new ways of working with YAML; both in terms of serialization and parsing.
More documentation available at our documentation site:
- Codebelt.Extensions.YamlDotNet 🔗
- Codebelt.Extensions.YamlDotNet.Converters 🔗
- Codebelt.Extensions.YamlDotNet.Diagnostics 🔗
- Codebelt.Extensions.YamlDotNet.Formatters 🔗
Related Packages
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 is compatible. 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 is compatible. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. 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.0
- Cuemon.Extensions.IO (>= 9.0.0)
- Cuemon.Extensions.Reflection (>= 9.0.0)
- YamlDotNet (>= 16.2.0)
-
net8.0
- Cuemon.Extensions.IO (>= 9.0.0)
- Cuemon.Extensions.Reflection (>= 9.0.0)
- YamlDotNet (>= 16.2.0)
-
net9.0
- Cuemon.Extensions.IO (>= 9.0.0)
- Cuemon.Extensions.Reflection (>= 9.0.0)
- YamlDotNet (>= 16.2.0)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Codebelt.Extensions.YamlDotNet:
Package | Downloads |
---|---|
Cuemon.Extensions.Globalization
The Cuemon.Extensions.Globalization namespace contains extension methods that complements the Cuemon.Globalization namespace while being an addition to the System.Globalization namespace. |
|
Codebelt.Extensions.AspNetCore.Text.Yaml
The Codebelt.Extensions.AspNetCore.Text.Yaml namespace contains types and extension methods that complements the Cuemon.Extensions.AspNetCore namespace while being an addition to the Microsoft.AspNetCore namespace. Extends upon YAML formatters and converters in the context of ASP.NET Core for YamlDotNet. |
|
Codebelt.Extensions.YamlDotNet.App
Provides a convenient set of API additions for building .NET projects based on the most matured YAML library; YamlDotNet. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
9.0.0 | 270 | 11/13/2024 |
9.0.0-rc.1 | 125 | 11/11/2024 |
9.0.0-preview.5 | 153 | 10/11/2024 |
9.0.0-preview.4 | 56 | 10/10/2024 |
9.0.0-preview.3 | 125 | 10/2/2024 |
9.0.0-preview.2 | 51 | 10/1/2024 |
9.0.0-preview.1 | 79 | 9/29/2024 |
8.4.0 | 300 | 9/20/2024 |
Version 9.0.0
Availability: .NET 9, .NET 8 and .NET Standard 2.0
# ALM
- CHANGED Dependencies to latest and greatest with respect to TFMs
- REMOVED Support for TFM .NET 6 (LTS)
# Breaking Changes
- CHANGED ToYaml method on the ExceptionDescriptorExtensions class in the Codebelt.Extensions.YamlDotNet.Diagnostics namespace to have a signature of Action{YamlFormatterOptions}
- CHANGED YamlConverterFactory class in the Codebelt.Extensions.YamlDotNet namespace to include a YamlFormatter parameter in all factory methods
- CHANGED YamlConverter class in the Codebelt.Extensions.YamlDotNet.Converters namespace to expose a YamlFormatter property instead of a YamlFormatterOptions property
# New Features
- ADDED YamlConverterExtensions class in the Codebelt.Extensions.YamlDotNet.Converters namespace that consist of one extension method for the ICollection{YamlConverter} interface: AddFailureConverter
# Improvements
- CHANGED YamlSerializerOptions class in the Codebelt.Extensions.YamlDotNet namespace to use camelCase naming convention instead of PascalCase and omit null values by default
Version 8.4.0
Availability: .NET 8, .NET 6 and .NET Standard 2.0
# ALM
- CHANGED Dependencies to latest and greatest with respect to TFMs
# New Features
- EXTENDED YamlFormatter class in the Codebelt.Extensions.YamlDotNet.Formatters namespace to support excluding non-essential properties from serialization
- EXTENDED YamlFormatter class in the Codebelt.Extensions.YamlDotNet.Formatters namespace to provide full control of YAML deserialization using an action delegate factory (IDeserializer, Parser)
- ADDED ExceptionDescriptorExtensions class in the Codebelt.Extensions.YamlDotNet.Diagnostics namespace that converts an ExceptionDescriptor to YAML
Version 8.3.2
Availability: .NET 8, .NET 6 and .NET Standard 2.0
# ALM
- REMOVED Support for TFM .NET 7 (STS)
- CHANGED Dependencies to latest and greatest with respect to TFMs
# Bug Fixes
- FIXED YamlFormatter class in the Codebelt.Extensions.YamlDotNet.Formatters namespace to use WithCaseInsensitivePropertyMatching (https://github.com/aaubry/YamlDotNet/discussions/946)
Version 8.3.1
Availability: .NET 8, .NET 7, .NET 6 and .NET Standard 2.0
# ALM
- CHANGED Dependencies to latest and greatest with respect to TFMs
Version 8.3.0
Availability: .NET 8, .NET 7, .NET 6 and .NET Standard 2.0
# ALM
- CHANGED Dependencies to latest and greatest with respect to TFMs
# New Features
- ADDED ExceptionConverter class in the Codebelt.Extensions.YamlDotNet.Converters namespace that converts an Exception to YAML
- ADDED ExceptionDescriptorConverter class in the Codebelt.Extensions.YamlDotNet.Converters namespace that converts an ExceptionDescriptor to YAML
- ADDED YamlConverter class in the Codebelt.Extensions.YamlDotNet.Converters namespace that converts an object to and from YAML (YAML ain't markup language)
- ADDED YamlFormatter class in the Codebelt.Extensions.YamlDotNet.Formatters namespace that serializes and deserializes an object, in YAML format
- ADDED YamlFormatterOptions class in the Codebelt.Extensions.YamlDotNet.Formatters namespace that provides configuration options for YamlFormatter
- ADDED YamlFormatterOptionsExtensions class in the Codebelt.Extensions.YamlDotNet.Formatters namespace that consist of one extension method for the YamlFormatterOptions class: SetPropertyName
- ADDED EmitterExtensions class in the Codebelt.Extensions.YamlDotNet namespace that consist of many extension method for the IEmitter interface: WriteStartObject, WriteString, WritePropertyName, WriteValue, WriteEndObject, WriteStartArray, WriteEndArray and WriteObject
- ADDED NodeOptions class in the Codebelt.Extensions.YamlDotNet namespace that provides configuration options for EmitterExtensions
- ADDED ScalarOptions class in the Codebelt.Extensions.YamlDotNet namespace that provides configuration options for EmitterExtensions
- ADDED YamlConverterFactory class in the Codebelt.Extensions.YamlDotNet namespace that provides a factory based way to create and wrap an YamlConverter implementations
- ADDED YamlSerializerOptions class in the Codebelt.Extensions.YamlDotNet namespace that provides configuration options for SerializerBuilder and DeserializerBuilder