Codebelt.Extensions.AspNetCore.Mvc.Formatters.Text.Yaml
9.0.3
See the version list below for details.
dotnet add package Codebelt.Extensions.AspNetCore.Mvc.Formatters.Text.Yaml --version 9.0.3
NuGet\Install-Package Codebelt.Extensions.AspNetCore.Mvc.Formatters.Text.Yaml -Version 9.0.3
<PackageReference Include="Codebelt.Extensions.AspNetCore.Mvc.Formatters.Text.Yaml" Version="9.0.3" />
<PackageVersion Include="Codebelt.Extensions.AspNetCore.Mvc.Formatters.Text.Yaml" Version="9.0.3" />
<PackageReference Include="Codebelt.Extensions.AspNetCore.Mvc.Formatters.Text.Yaml" />
paket add Codebelt.Extensions.AspNetCore.Mvc.Formatters.Text.Yaml --version 9.0.3
#r "nuget: Codebelt.Extensions.AspNetCore.Mvc.Formatters.Text.Yaml, 9.0.3"
#:package Codebelt.Extensions.AspNetCore.Mvc.Formatters.Text.Yaml@9.0.3
#addin nuget:?package=Codebelt.Extensions.AspNetCore.Mvc.Formatters.Text.Yaml&version=9.0.3
#tool nuget:?package=Codebelt.Extensions.AspNetCore.Mvc.Formatters.Text.Yaml&version=9.0.3
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:
Related Packages
| Product | Versions 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. 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 was computed. 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. |
-
net8.0
- Codebelt.Extensions.AspNetCore.Text.Yaml (>= 9.0.3)
- Cuemon.AspNetCore.Mvc (>= 9.0.5)
-
net9.0
- Codebelt.Extensions.AspNetCore.Text.Yaml (>= 9.0.3)
- Cuemon.AspNetCore.Mvc (>= 9.0.5)
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 | 308 | 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 | 234 | 1/28/2025 |
| 9.0.0 | 215 | 11/13/2024 |
| 9.0.0-rc.1 | 152 | 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 | 101 | 10/1/2024 |
| 9.0.0-preview.1 | 149 | 9/29/2024 |
| 8.4.0 | 244 | 9/20/2024 |
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