Top 20 NuGet Packages depending on Microsoft.Extensions.Options.ConfigurationExtensions

Total dependencies: 1695

Steeltoe common library
Kubernetes support for .NET Core
Common API infrastructure and helpers.
App Metrics ASP.NET Core core components.
Microsoft.Extensions.Configuration (appsettings.json) support for Serilog.
Core library of Microsoft Orleans used both on the client and server.
Enable SAML v2.0 identity provider (IdP) and service provider (SP) single sign-on (SSO) in ASP.NET Core applications. Includes SAML authentication middleware support. This is a fully functional evaluation version of a commercial product. The trial period is 30 days.
App Metrics Health ASP.NET Core core components.
Provides a default set of APIs for building an ASP.NET Core application, and also includes API for third-party integrations with ASP.NET Core. This package requires the ASP.NET Core runtime. This runtime is installed by the .NET Core SDK, or can be acquired separately using installers available at ...
Provides a default set of APIs for building an ASP.NET Core application. This package requires the ASP.NET Core runtime. This runtime is installed by the .NET Core SDK, or can be acquired separately using installers available at https://aka.ms/dotnet-download.
.NetCore bits.
Firely Server (formerly: Vonk) supports building a Facade or a Plugin, see the product pages for Firely Server (https://fire.ly/products/firely-server and FHIR Facade (https://fire.ly/products/fhir-facade). Vonk.Core contains methods and classes to assist you in building such a Facade or Plugin and ...
High performance Memcached client on .NET, incorporating both synchronous and asynchronous
Multi-tenant web application foundation with management for sites, users, roles, claims, and geographic data.
A simple, yet flexible content and blog engine for ASP.NET Core that can work with or without a database
an ASP.NET Core viewcomponent for menus and breadcrumbs
Package Description
Expression表达式转换为SQL语句,支持SqlServer、MySql、Oracle、Sqlite、PostgreSql;基于Dapper实现了不同数据库对应的数据仓储Repository;
provides a System.Diagnostics listener that sends Common.Diagnostics telemetry to Serilog
Lightweight file logging provider implementation for NET6 / NET8+ / .NET Core without dependencies on logging frameworks. How to use: services.AddLogging(loggingBuilder => { loggingBuilder.AddFile("app.log", append:true); }); More details and examples: https://github.com/nreco/logging