Top 20 NuGet Packages

Provider for caching using ASPNet OutputCache using LiteDatabase. For using with ASP.NET Core port of Strathweb.CacheOutput library developed by Alexander Shabunevich (https://github.com/Iamcerba/AspNetCore.CacheOutput)
Value provider for claims.
Value provider for claims.
Implements registration of clients into a ServiceCollection
Display all the Dependency Injection services in Mvc or Api project, developers can view all of the services through the browser, include Lifetime(Singleton, Transient, Scoped), ServiceType(IHttpContextFactory, ILoggerFactory...) and ImplementationType(HttpContextFactory, LoggerFactory...) as well ...
List EndpointRoutes (routes create with UseEndpoints)
Package Description
Extension to be used in HealthCheckUI of Xabaril/AspNetCore.Diagnostics.HealthChecks More information on the parent project at: <a href="https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks"> Xabaril/AspNetCore.Diagnostics.HealthChecks</a>
Extension to be used in HealthCheckUI of Xabaril/AspNetCore.Diagnostics.HealthChecks More information on the parent project at: <a href="https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks"> Xabaril/AspNetCore.Diagnostics.HealthChecks</a>
This is awesome library for api request
System to abstract the job ob create permissions based on claims, for more info, check the example in https://github.com/JorTurFer/AspNetCore.Identity.ByPermissions
An AspNetCore.Identity storage provider for those who don't want to use a database.
Implements alternative storage options for AspNetCore.Identity.SimpleStorage via Storage.Net
Package Description
My sql extension helpers for entity framework core repository
A small utility for invoking service/logic code in ASP.NET Core API with support for Exception throwing flow.
Authenticate ASP.NET Core Identity users via LDAP bind. Forked from Justin.AspNetCore.LdapAuthentication
Add RouteDebuggingLogger to your AspNetCore app and behold in relieve as it explains to your Logger what routes AspNetCore.Mvc has identified. ``` public void Configure(IApplicationBuilder app, IHostingEnvironment env) { if (env.IsDevelopment()) { app .UseDeveloperExcepti...