awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

C# Configuration Libraries

排名更新于 2026年7月13日

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.

我们为您精选了匹配 “best c sharp configuration libraries” 的开源 GitHub 仓库。结果按与您查询的相关性进行排名 — 您可以使用下方筛选器缩小范围,或通过 AI 进行优化。

C# Configuration Libraries

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • apple/pklapple 的头像

    apple/pkl

    11,429在 GitHub 上查看↗

    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.

    JavaConfiguration ValidationType-Safe Configurations
    在 GitHub 上查看↗11,429
  • nancyfx/nancyNancyFx 的头像

    NancyFx/Nancy

    7,104在 GitHub 上查看↗

    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.

    C#Dependency InjectionDependency Injection Containers
    在 GitHub 上查看↗7,104
  • dotnet/aspnetcoredotnet 的头像

    dotnet/aspnetcore

    38,143在 GitHub 上查看↗

    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.

    C#Dependency Injection Containers
    在 GitHub 上查看↗38,143
  • dotnet/runtimedotnet 的头像

    dotnet/runtime

    17,966在 GitHub 上查看↗

    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.

    C#Dependency Injection Containers
    在 GitHub 上查看↗17,966

Related searches

  • a library for managing Java application configuration
  • a library for managing configuration in Rust
  • a python library for managing application configuration
  • a dependency injection library for C#
  • a logging library for C# applications
  • a caching library for C# applications
  • a library for parsing YAML in C#
  • a library for building C# CLI applications