https://github.com/codebeltnet/yamldotnet
Ported from Cuemon.Extensions.YamlDotNet, this library provides a uniform way of working with YAML.
https://github.com/codebeltnet/yamldotnet
Last synced: 4 months ago
JSON representation
Ported from Cuemon.Extensions.YamlDotNet, this library provides a uniform way of working with YAML.
- Host: GitHub
- URL: https://github.com/codebeltnet/yamldotnet
- Owner: codebeltnet
- License: mit
- Created: 2024-09-18T15:59:39.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2026-02-15T03:56:22.000Z (4 months ago)
- Last Synced: 2026-02-15T10:50:13.428Z (4 months ago)
- Language: C#
- Homepage:
- Size: 165 KB
- Stars: 0
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README

# Extensions for YamlDotNet API by Codebelt
[](https://github.com/codebeltnet/yamldotnet/actions/workflows/ci-pipeline.yml) [](https://codecov.io/gh/codebeltnet/yamldotnet) [](https://sonarcloud.io/dashboard?id=yamldotnet) [](https://sonarcloud.io/dashboard?id=yamldotnet) [](https://sonarcloud.io/dashboard?id=yamldotnet) [](https://sonarcloud.io/dashboard?id=yamldotnet) [](https://scorecard.dev/viewer/?uri=github.com/codebeltnet/yamldotnet)
### âšī¸ About
An open-source project (MIT license) that targets and complements the [YamlDotNet](https://github.com/aaubry/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 9` and `.NET 10`,
- Cross-platform libraries with `.NET Standard 2` (where applicable),
- Legacy applications on `.NET Framework 4.6.2` and newer.
It is, by heart, free, flexible and built to extend and boost your agile codebelt.
> [!NOTE]
> To ensure access to current features, improvements, and security updates, and to keep the codebase clean and easy to maintain, we target only the latest long-term (LTS), short-term (STS) and (where applicable) cross-platform .NET versions.
### đ Documentation
Full documentation (generated by [DocFx](https://github.com/dotnet/docfx)) located here: https://yamldotnet.codebelt.net/
### đĻ Standalone Packages
Provides a focused API for YAML related operations.
|Package|vNext|Stable|Downloads|
|:--|:-:|:-:|:-:|
| [Codebelt.Extensions.AspNetCore.Mvc.Formatters.Text.Yaml](https://www.nuget.org/packages/Codebelt.Extensions.AspNetCore.Mvc.Formatters.Text.Yaml/) |  |  |  |
| [Codebelt.Extensions.AspNetCore.Text.Yaml](https://www.nuget.org/packages/Codebelt.Extensions.AspNetCore.Text.Yaml/) |  |  |  |
| [Codebelt.Extensions.YamlDotNet](https://www.nuget.org/packages/Codebelt.Extensions.YamlDotNet/) |  |  |  |
### đ Productivity Packages
Provides a convenient set of default API additions YAML related operations.
|Package|vNext|Stable|Downloads|
|:--|:-:|:-:|:-:|
| [Codebelt.Extensions.YamlDotNet.App](https://www.nuget.org/packages/Codebelt.Extensions.YamlDotNet.App/) |  |  |  |
### Contributing to `Extensions for YamlDotNet API by Codebelt`
[Contributions](.github/CONTRIBUTING.md) are welcome and appreciated.
Feel free to submit issues, feature requests, or pull requests to help improve this library.
### License
This project is licensed under the MIT License - see the [LICENSE](LICENSE.md) file for details.