An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

![Extensions for YamlDotNet API by Codebelt](.nuget/icon.png)

# Extensions for YamlDotNet API by Codebelt

[![YamlDotNet Ext. CI/CD Pipeline](https://github.com/codebeltnet/yamldotnet/actions/workflows/ci-pipeline.yml/badge.svg)](https://github.com/codebeltnet/yamldotnet/actions/workflows/ci-pipeline.yml) [![codecov](https://codecov.io/gh/codebeltnet/yamldotnet/graph/badge.svg?token=BN2UhFM3bb)](https://codecov.io/gh/codebeltnet/yamldotnet) [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=yamldotnet&metric=alert_status)](https://sonarcloud.io/dashboard?id=yamldotnet) [![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=yamldotnet&metric=sqale_rating)](https://sonarcloud.io/dashboard?id=yamldotnet) [![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=yamldotnet&metric=reliability_rating)](https://sonarcloud.io/dashboard?id=yamldotnet) [![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=yamldotnet&metric=security_rating)](https://sonarcloud.io/dashboard?id=yamldotnet) [![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/codebeltnet/yamldotnet/badge)](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/) | ![vNext](https://img.shields.io/nuget/vpre/Codebelt.Extensions.AspNetCore.Mvc.Formatters.Text.Yaml?logo=nuget) | ![Stable](https://img.shields.io/nuget/v/Codebelt.Extensions.AspNetCore.Mvc.Formatters.Text.Yaml?logo=nuget) | ![Downloads](https://img.shields.io/nuget/dt/Codebelt.Extensions.AspNetCore.Mvc.Formatters.Text.Yaml?color=blueviolet&logo=nuget) |
| [Codebelt.Extensions.AspNetCore.Text.Yaml](https://www.nuget.org/packages/Codebelt.Extensions.AspNetCore.Text.Yaml/) | ![vNext](https://img.shields.io/nuget/vpre/Codebelt.Extensions.AspNetCore.Text.Yaml?logo=nuget) | ![Stable](https://img.shields.io/nuget/v/Codebelt.Extensions.AspNetCore.Text.Yaml?logo=nuget) | ![Downloads](https://img.shields.io/nuget/dt/Codebelt.Extensions.AspNetCore.Text.Yaml?color=blueviolet&logo=nuget) |
| [Codebelt.Extensions.YamlDotNet](https://www.nuget.org/packages/Codebelt.Extensions.YamlDotNet/) | ![vNext](https://img.shields.io/nuget/vpre/Codebelt.Extensions.YamlDotNet?logo=nuget) | ![Stable](https://img.shields.io/nuget/v/Codebelt.Extensions.YamlDotNet?logo=nuget) | ![Downloads](https://img.shields.io/nuget/dt/Codebelt.Extensions.YamlDotNet?color=blueviolet&logo=nuget) |

### 🏭 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/) | ![vNext](https://img.shields.io/nuget/vpre/Codebelt.Extensions.YamlDotNet.App?logo=nuget) | ![Stable](https://img.shields.io/nuget/v/Codebelt.Extensions.YamlDotNet.App?logo=nuget) | ![Downloads](https://img.shields.io/nuget/dt/Codebelt.Extensions.YamlDotNet.App?color=blueviolet&logo=nuget) |

### 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.