# aaubry/YamlDotNet

YamlDotNet is a .NET library for YAML

Repository: https://github.com/aaubry/YamlDotNet
Canonical: https://ross.abutalabs.com/products/yamldotnet
Language: C#
License: MIT
License Family: permissive
Topics: yaml, serialization, dotnet, parser
Last push: 2026-06-26T22:46:55+00:00

## Health v2 (maintenance only)
Score: 92/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 89, release rhythm 90, longevity 100
- inputs: {"age_days": 5074, "days_push": 68, "days_rel": 68, "gap_med": 22, "n_releases_24m": 10}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2855, forks 521 (observed 2026-08-28T04:07:25.807416+00:00)

## What it is
YamlDotNet is a YAML library for .NET runtimes including netstandard, .NET 8/10, and .NET Framework. It provides low-level YAML parsing and emitting, a high-level object model, and a serialization library for reading and writing objects to and from YAML streams.

## Use cases
- serialize C# objects to YAML
- parse YAML files in .NET
- deserialize YAML into objects
- emit YAML documents programmatically
- read configuration files written in YAML
- convert between YAML and .NET object models

## When to choose
- you need YAML support in any .NET runtime including netstandard
- you want both low-level parsing and high-level object serialization
- you need YAML 1.1 and 1.2 spec conformance
- you want a mature, widely-used MIT-licensed YAML library

## When to avoid
- you work outside the .NET ecosystem
- you need YAML 1.2 emitting, which is not yet supported
- you need a general-purpose data format library covering JSON or XML as well

## Facets
- artifact type: library
- maturity: stable
- function: serialization, parser, yaml
- domain: developer-tools, files, backend
- platform: dotnet, cross-platform
- tags: yaml-parser, yaml-emitter, netstandard, object-model, deserialization

## Member repositories
- aaubry/YamlDotNet (main) score 92

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:25.807416+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T07:36:44.217892+00:00, confidence not recorded.
  - readme: https://github.com/aaubry/YamlDotNet (fetched 2026-08-28T04:07:25.807416+00:00, sha d82b0793fa26)
- Data as of 2026-08-30T08:39:29.467469+00:00.
