Top 20 NuGet Packages depending on Microsoft.Extensions.Options
Total dependencies: 2544
Exception handling middleware using standardized responses
Package Description
Mcs
Package Description
Package Description
Package Description
Package Description
Package Description
Package Description
获取配置,abp注入核心,业务方面的用户友好提示,标准类
通用应用需要的依赖注册、选项配置、Http客户端、Http接口返回类型和其它工具类
Package Description
这是一个用与asp.net core3.1程序注册consul的工具包,再用之前,你需要在与appsetting.json文件相同路径的地方创建一个consulconfig.json文件
然后在ConfigureServices方法中AddJsonFile加载配置文件,AddHealthChecks添加服务检查,之后在Configure方法添加
app.UseHealthChecks(serviceOptions.Value.HealthCheck);
app.UseConsul(Configuration);
Alternative implementation of .NET Core IStringLocalizer that uses JSON as resource files