Codebelt.Extensions.AspNetCore.Mvc.Formatters.Text.Yaml 9.0.0

dotnet add package Codebelt.Extensions.AspNetCore.Mvc.Formatters.Text.Yaml --version 9.0.0                
NuGet\Install-Package Codebelt.Extensions.AspNetCore.Mvc.Formatters.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.Mvc.Formatters.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.Mvc.Formatters.Text.Yaml --version 9.0.0                
#r "nuget: Codebelt.Extensions.AspNetCore.Mvc.Formatters.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.Mvc.Formatters.Text.Yaml as a Cake Addin
#addin nuget:?package=Codebelt.Extensions.AspNetCore.Mvc.Formatters.Text.Yaml&version=9.0.0

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

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.

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

Showing the top 1 NuGet packages that depend on Codebelt.Extensions.AspNetCore.Mvc.Formatters.Text.Yaml:

Package Downloads
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 118 11/13/2024
9.0.0-rc.1 82 11/11/2024
9.0.0-preview.5 79 10/11/2024
9.0.0-preview.4 52 10/10/2024
9.0.0-preview.3 79 10/2/2024
9.0.0-preview.2 54 10/1/2024
9.0.0-preview.1 80 9/29/2024
8.4.0 168 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)
 
# Bug Fixes
- FIXED AddYamlFormattersOptions method on the MvcBuilderExtensions class in the Codebelt.Extensions.AspNetCore.Mvc.Formatters.Text.Yaml namespace to pass setup delegate to AddYamlExceptionResponseFormatter
- FIXED AddYamlFormattersOptions method on the MvcCoreBuilderExtensions class in the Codebelt.Extensions.AspNetCore.Mvc.Formatters.Text.Yaml namespace to pass setup delegate to AddYamlExceptionResponseFormatter
 
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 MvcBuilderExtensions class in the Codebelt.Extensions.AspNetCore.Mvc.Formatters.Text.Yaml namespace to use Codebelt.Extensions.YamlDotNet assembly
- CHANGED MvcCoreBuilderExtensions class in the Codebelt.Extensions.AspNetCore.Mvc.Formatters.Text.Yaml namespace to use Codebelt.Extensions.YamlDotNet assembly
- CHANGED YamlSerializationInputFormatter class in the Codebelt.Extensions.AspNetCore.Mvc.Formatters.Text.Yaml namespace to use Codebelt.Extensions.YamlDotNet assembly
- CHANGED YamlSerializationMvcOptionsSetup class in the Codebelt.Extensions.AspNetCore.Mvc.Formatters.Text.Yaml namespace to use Codebelt.Extensions.YamlDotNet assembly
- CHANGED YamlSerializationOutputFormatter class in the Codebelt.Extensions.AspNetCore.Mvc.Formatters.Text.Yaml namespace to use Codebelt.Extensions.YamlDotNet assembly