Codebelt.Extensions.AspNetCore.Text.Yaml 9.0.0

dotnet add package Codebelt.Extensions.AspNetCore.Text.Yaml --version 9.0.0                
NuGet\Install-Package Codebelt.Extensions.AspNetCore.Text.Yaml -Version 9.0.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.AspNetCore.Text.Yaml" Version="9.0.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Codebelt.Extensions.AspNetCore.Text.Yaml --version 9.0.0                
#r "nuget: Codebelt.Extensions.AspNetCore.Text.Yaml, 9.0.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.AspNetCore.Text.Yaml as a Cake Addin
#addin nuget:?package=Codebelt.Extensions.AspNetCore.Text.Yaml&version=9.0.0

// Install Codebelt.Extensions.AspNetCore.Text.Yaml as a Cake Tool
#tool nuget:?package=Codebelt.Extensions.AspNetCore.Text.Yaml&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.AspNetCore.Text.Yaml for .NET

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.

More documentation available at our documentation site:

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

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Codebelt.Extensions.AspNetCore.Text.Yaml:

Package Downloads
Codebelt.Extensions.AspNetCore.Mvc.Formatters.Text.Yaml

The Codebelt.Extensions.AspNetCore.Mvc.Formatters.Text.Yaml namespace contains types and extension methods that complements the Cuemon.Extensions.AspNetCore.Mvc namespace while being an addition to the Microsoft.AspNetCore.Mvc namespace. Provides YAML formatters for ASP.NET Core MVC based on 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 0 11/13/2024
9.0.0-rc.1 65 11/11/2024
9.0.0-preview.5 78 10/11/2024
9.0.0-preview.4 48 10/10/2024
9.0.0-preview.3 93 10/2/2024
9.0.0-preview.2 46 10/1/2024
9.0.0-preview.1 79 9/29/2024
8.4.0 185 9/20/2024

Version 9.0.0
Availability: .NET 9 and .NET 8
 
# ALM
- CHANGED Dependencies to latest and greatest with respect to TFMs
- REMOVED Support for TFM .NET 6 (LTS)
 
# New Features
- EXTENDED YamlConverterExtensions class in the Codebelt.Extensions.AspNetCore.Text.Yaml.Converters namespace with a new extension method for the IServiceCollection interface: AddProblemDetailsConverter
- CHANGED AddHttpExceptionDescriptorConverter method on the YamlConverterExtensions class in the Codebelt.Extensions.AspNetCore.Text.Yaml.Converters namespace to support Instance (Uri) and TraceId (string)
- CHANGED AddYamlExceptionResponseFormatter method on the ServiceCollectionExtensions class in the Codebelt.Extensions.AspNetCore.Text.Yaml.Formatters namespace to support ProblemDetails
 
Version 8.4.0
Availability: .NET 8 and .NET 6
 
# ALM
- CHANGED Dependencies to latest and greatest with respect to TFMs
 
Version 8.3.2
Availability: .NET 8 and .NET 6
 
# ALM
- REMOVED Support for TFM .NET 7 (STS)
 
Version 8.3.0
Availability: .NET 8, .NET 7 and .NET 6
 
# Improvements
- CHANGED HttpExceptionDescriptorResponseHandlerExtensions class in the Codebelt.Extensions.AspNetCore.Diagnostics namespace to use Codebelt.Extensions.YamlDotNet assembly
- CHANGED YamlConverterExtensions class in the Codebelt.Extensions.AspNetCore.Text.Yaml.Converters namespace to use Codebelt.Extensions.YamlDotNet assembly
- CHANGED ServiceCollectionExtensions class in the Codebelt.Extensions.AspNetCore.Text.Yaml.Formatters namespace to use Codebelt.Extensions.YamlDotNet assembly