Codebelt.Extensions.AspNetCore.Mvc.Formatters.Text.Yaml
10.0.0
dotnet add package Codebelt.Extensions.AspNetCore.Mvc.Formatters.Text.Yaml --version 10.0.0
NuGet\Install-Package Codebelt.Extensions.AspNetCore.Mvc.Formatters.Text.Yaml -Version 10.0.0
<PackageReference Include="Codebelt.Extensions.AspNetCore.Mvc.Formatters.Text.Yaml" Version="10.0.0" />
<PackageVersion Include="Codebelt.Extensions.AspNetCore.Mvc.Formatters.Text.Yaml" Version="10.0.0" />
<PackageReference Include="Codebelt.Extensions.AspNetCore.Mvc.Formatters.Text.Yaml" />
paket add Codebelt.Extensions.AspNetCore.Mvc.Formatters.Text.Yaml --version 10.0.0
#r "nuget: Codebelt.Extensions.AspNetCore.Mvc.Formatters.Text.Yaml, 10.0.0"
#:package Codebelt.Extensions.AspNetCore.Mvc.Formatters.Text.Yaml@10.0.0
#addin nuget:?package=Codebelt.Extensions.AspNetCore.Mvc.Formatters.Text.Yaml&version=10.0.0
#tool nuget:?package=Codebelt.Extensions.AspNetCore.Mvc.Formatters.Text.Yaml&version=10.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.
Your versatile YamlDotNet companion for:
- Modern development with
.NET 9and.NET 10, - Cross-platform libraries with
.NET Standard 2(where applicable), - Legacy applications on
.NET Framework 4.6.2and newer.
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:
Related Packages
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net9.0 is compatible. 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 is compatible. 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. |
-
net10.0
- Codebelt.Extensions.AspNetCore.Text.Yaml (>= 10.0.0)
- Cuemon.AspNetCore.Mvc (>= 10.0.0)
-
net9.0
- Codebelt.Extensions.AspNetCore.Text.Yaml (>= 10.0.0)
- Cuemon.AspNetCore.Mvc (>= 10.0.0)
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 |
|---|---|---|
| 10.0.0 | 309 | 11/13/2025 |
| 9.0.8 | 212 | 10/20/2025 |
| 9.0.7 | 348 | 9/15/2025 |
| 9.0.6 | 148 | 8/16/2025 |
| 9.0.5 | 225 | 7/10/2025 |
| 9.0.4 | 249 | 6/15/2025 |
| 9.0.3 | 193 | 5/24/2025 |
| 9.0.2 | 336 | 4/15/2025 |
| 9.0.1 | 235 | 1/28/2025 |
| 9.0.0 | 215 | 11/13/2024 |
| 9.0.0-rc.1 | 153 | 11/11/2024 |
| 9.0.0-preview.5 | 119 | 10/11/2024 |
| 9.0.0-preview.4 | 89 | 10/10/2024 |
| 9.0.0-preview.3 | 142 | 10/2/2024 |
| 9.0.0-preview.2 | 102 | 10/1/2024 |
| 9.0.0-preview.1 | 149 | 9/29/2024 |
| 8.4.0 | 245 | 9/20/2024 |
Version 10.0.0
Availability: .NET 10 and .NET 9
# ALM
- ADDED Support for TFM .NET 10 (LTS)
- REMOVED Support for TFM .NET 8 (LTS)
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)
Version 9.0.8
Availability: .NET 9 and .NET 8
# ALM
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)
Version 9.0.7
Availability: .NET 9 and .NET 8
# ALM
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)
Version 9.0.6
Availability: .NET 9 and .NET 8
# ALM
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)
Version 9.0.5
Availability: .NET 9 and .NET 8
# ALM
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)
Version 9.0.4
Availability: .NET 9 and .NET 8
# ALM
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)
Version 9.0.3
Availability: .NET 9 and .NET 8
# ALM
- CHANGED Dependencies have been upgraded to the latest compatible versions for all supported target frameworks (TFMs)
Version 9.0.2
Availability: .NET 9 and .NET 8
# ALM
- CHANGED Dependencies to latest and greatest with respect to TFMs
Version 9.0.1
Availability: .NET 9 and .NET 8
# ALM
- CHANGED Dependencies to latest and greatest with respect to TFMs
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