For a configuration library for C# applications, the strongest matches are apple/pkl (Pkl is a configuration-as-code language and generator rather than), nancyfx/nancy (Nancy is a web framework for building HTTP services) and dotnet/aspnetcore (This repository is a full-stack web framework that includes). dotnet/runtime is also worth a look. Each is ranked by relevance to your query, popularity and recent activity.
We curate open-source GitHub repositories matching “best c sharp configuration libraries”. Results are ranked by relevance to your query — pick filters below to narrow, or refine with AI.
Pkl is a configuration-as-code language used to define, validate, and generate structured configuration files. It functions as a type-safe configuration generator that enforces data integrity through a strongly-typed schema, ensuring configuration values meet defined constraints and types during evaluation. The project distinguishes itself by acting as both a configuration file generator and a binding generator. It transforms high-level programmable definitions into static formats such as JSON, YAML, or XML, and produces language-specific source code to synchronize settings and provide type s
Pkl is a configuration-as-code language and generator rather than a native .NET configuration library, meaning it lacks the direct dependency injection integration and runtime hot-reloading capabilities expected for .NET application settings.
Nancy is a lightweight .NET HTTP web framework used for building web services and APIs on .NET and Mono. Its core identity consists of a routing system for matching URL paths to handlers, a content negotiation engine for selecting response data formats, and a dependency injection container for resolving module requirements. The framework provides a cross-platform web host abstraction that allows applications to run within various web servers or as standalone self-hosted processes. It further decouples components by mapping requested service types to specific implementations at runtime. The s
Nancy is a web framework for building HTTP services rather than a dedicated configuration management library, though it does include a dependency injection container that you might use to manage application settings.
This project is a comprehensive server-side web framework designed for building scalable web applications and services. It provides a structured, component-based architecture that integrates a dependency injection container to manage service lifecycles and promote loose coupling across the software stack. The framework enables the creation of interactive client-side interfaces through a component-based model that synchronizes state directly with the browser. The platform distinguishes itself through a highly configurable middleware-based request pipeline and an attribute-based routing engine
This repository is a full-stack web framework that includes the configuration system as a built-in component, rather than being a standalone configuration management library itself.
This project is a cross-platform managed execution environment and general-purpose application framework designed for building high-performance software. It provides a unified runtime that handles memory management, type safety, and code execution across diverse operating systems. By integrating a native code compilation toolchain, the platform enables developers to convert managed code into optimized machine instructions, significantly improving startup performance and reducing runtime dependencies for production environments. The framework distinguishes itself through a comprehensive toolch
This repository is the core .NET runtime and base framework itself, which includes the built-in configuration system, rather than a specialized library or third-party tool for managing application settings.