awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com

C# YAML Libraries

Ranking updated Jul 13, 2026

We curate open-source GitHub repositories matching “best c sharp yaml libraries”. Results are ranked by relevance to your query — pick filters below to narrow, or refine with AI.

C# YAML Libraries

Find the best repos with AI.We'll search the best matching repositories with AI.
  • aaubry/yamldotnetaaubry avatar

    aaubry/YamlDotNet

    2,807View on GitHub↗

    YamlDotNet is a YAML serialization library and data mapping tool for .NET. It functions as a parser and generator that converts between .NET objects and YAML formatted text for data storage and configuration. The project provides capabilities for YAML document parsing and data object mapping. It transforms YAML streams into low-level representations or high-level object models for programmatic analysis and converts structured data objects back into valid YAML strings. The library covers general data serialization and configuration file management, allowing application data structures to be m

    YamlDotNet is the standard, high-performance library for the .NET ecosystem that provides robust support for YAML serialization, deserialization, and object mapping, effectively covering all the requested features.

    C#YAML ParsersYAML-to-Object MappingObject Mapping
    View on GitHub↗2,807
  • go-yaml/yamlgo-yaml avatar

    go-yaml/yaml

    7,023View on GitHub↗

    This library is a YAML encoder and decoder for native Go data structures. It provides the tools necessary to transform internal data into YAML formatted text and convert YAML input streams back into structured data. The parser includes built-in protections against resource exhaustion attacks by enforcing limits on document depth and alias resolution. It also ensures deterministic output by employing consistent key sorting for maps. The project covers serialization and deserialization workflows, including struct mapping and custom marshaling interfaces. It also handles input encoding detectio

    This is a YAML parsing library for the Go programming language, making it incompatible with the .NET ecosystem requirements specified in your search.

    GoYAML ParsersYAML-to-Object Mapping
    View on GitHub↗7,023
Compare the top 10 at a glance
RepositoryStarsLanguageLicenseLast push
aaubry/yamldotnet2.8KC#mitJan 16, 2026
go-yaml/yaml7KGoNOASSERTIONApr 1, 2025

Related searches

  • a library for parsing YAML in Go
  • a library for parsing YAML in Rust
  • a java library for parsing yaml files
  • a configuration library for C# applications
  • a library for parsing csv in C#
  • a high performance JSON library for C#
  • a high performance serialization library for C#
  • a library for building C# CLI applications