Codebelt.Extensions.YamlDotNet 8.4.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Codebelt.Extensions.YamlDotNet --version 8.4.0                
NuGet\Install-Package Codebelt.Extensions.YamlDotNet -Version 8.4.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="Codebelt.Extensions.YamlDotNet" Version="8.4.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Codebelt.Extensions.YamlDotNet --version 8.4.0                
#r "nuget: Codebelt.Extensions.YamlDotNet, 8.4.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.
// Install Codebelt.Extensions.YamlDotNet as a Cake Addin
#addin nuget:?package=Codebelt.Extensions.YamlDotNet&version=8.4.0

// Install Codebelt.Extensions.YamlDotNet as a Cake Tool
#tool nuget:?package=Codebelt.Extensions.YamlDotNet&version=8.4.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:

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  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. 
.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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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 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)
 
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