Microsoft.Extensions.Localization by: Microsoft
  • 9.534k total downloads
  • Latest version: 2.2.0
  • localization
Application localization services and default implementation based on ResourceManager to load localized assembly resources. This package was built from the source code at https://github.com/aspnet/Localization/tree/de1579bdda645ba8631403af8720929b76939853
Microsoft.Extensions.Http by: Microsoft
  • 11.991k total downloads
  • Latest version: 7.0.0
The HttpClient factory is a pattern for configuring and retrieving named HttpClients in a composable way. The HttpClient factory provides extensibility to plug in DelegatingHandlers that address cross-cutting concerns such as service location, load balancing, and reliability. The default HttpClient factory provides built-in diagnostics and logging and manages the lifetimes of connections in a performant way. Commonly Used Types: System.Net.Http.IHttpClientFactory
Microsoft.Extensions.Logging by: Microsoft
  • 40.452k total downloads
  • Latest version: 7.0.0
Logging infrastructure default implementation for Microsoft.Extensions.Logging.
Microsoft.Extensions.FileProviders.Embedded by: Microsoft
  • 444 total downloads
  • Latest version: 6.0.6
  • files filesystem
File provider for files in embedded resources for Microsoft.Extensions.FileProviders. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/68bb6fb08f8f85bb3cf08953a0d2f4a254eaccff
Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore by: Microsoft
  • 822 total downloads
  • Latest version: 5.0.4
  • diagnostics healthchecks entityframeworkcore
Components for performing health checks using EntityFrameworkCore. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/e882394a7bb38930da748291fe2c2ceaa6a80588
Microsoft.Extensions.Localization.Abstractions by: Microsoft
  • 9.599k total downloads
  • Latest version: 2.2.0
  • localization
Abstractions of application localization services. Commonly used types: Microsoft.Extensions.Localization.IStringLocalizer Microsoft.Extensions.Localization.IStringLocalizer<T> This package was built from the source code at https://github.com/aspnet/Localization/tree/de1579bdda645ba8631403af8720929b76939853
Microsoft.Extensions.FileProviders.Composite by: Microsoft
  • 10.075k total downloads
  • Latest version: 2.2.0
  • files filesystem
Composite file and directory providers for Microsoft.Extensions.FileProviders. This package was built from the source code at https://github.com/aspnet/Extensions/tree/9bc79b2f25a3724376d7af19617c33749a30ea3a
Microsoft.Extensions.Identity.Stores by: Microsoft
  • 10.997k total downloads
  • Latest version: 6.0.9
  • aspnetcore identity membership
ASP.NET Core Identity is the membership system for building ASP.NET Core web applications, including membership, login, and user data. ASP.NET Core Identity allows you to add login features to your application and makes it easy to customize data about the logged in user. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/3fe12b935c03138f76364dc877a7e069e254b5b2
Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions by: Microsoft
  • 1.464k total downloads
  • Latest version: 7.0.1
  • diagnostics healthchecks
Abstractions for defining health checks in .NET applications Commonly Used Types Microsoft.Extensions.Diagnostics.HealthChecks.IHealthCheck This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/432e6a061f28dda696ba16bc5442328d23b25d93
Microsoft.Extensions.DependencyInjection by: Microsoft
  • 37.33k total downloads
  • Latest version: 7.0.0
Default implementation of dependency injection for Microsoft.Extensions.DependencyInjection.
Microsoft.Extensions.FileProviders.Abstractions by: Microsoft
  • 40.17k total downloads
  • Latest version: 7.0.0
Abstractions of files and directories. Commonly Used Types: Microsoft.Extensions.FileProviders.IDirectoryContents Microsoft.Extensions.FileProviders.IFileInfo Microsoft.Extensions.FileProviders.IFileProvider
Microsoft.Extensions.Diagnostics.HealthChecks by: Microsoft
  • 1.387k total downloads
  • Latest version: 7.0.1
  • diagnostics healthchecks
Components for performing health checks in .NET applications Commonly Used Types: Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckService Microsoft.Extensions.Diagnostics.HealthChecks.IHealthChecksBuilder This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/432e6a061f28dda696ba16bc5442328d23b25d93
Microsoft.Extensions.Hosting.Abstractions by: Microsoft
  • 25.604k total downloads
  • Latest version: 7.0.0
Hosting and startup abstractions for applications.
Microsoft.Extensions.Hosting by: Microsoft
  • 2.121k total downloads
  • Latest version: 7.0.0
Hosting and startup infrastructures for applications.
Microsoft.Extensions.DiagnosticAdapter by: Microsoft
  • 99 total downloads
  • Latest version: 2.2.0
  • diagnosticadapter diagnosticlistener diagnostics
Microsoft extension adapter feature to extend DiagnosticListener. Contains extension methods that extend System.Diagnostics.DiagnosticListener, and enables duck-typing based event handling by using dynamically generated proxy types.
Microsoft.Extensions.FileSystemGlobbing by: Microsoft
  • 21.779k total downloads
  • Latest version: 7.0.0
File system globbing to find files matching a specified pattern.
Microsoft.Extensions.FileProviders.Physical by: Microsoft
  • 18.986k total downloads
  • Latest version: 7.0.0
File provider for physical files for Microsoft.Extensions.FileProviders.
Microsoft.Extensions.DependencyModel by: Microsoft
  • 24.378k total downloads
  • Latest version: 7.0.0
Provides abstractions for reading `.deps` files. When a .NET application is compiled, the SDK generates a JSON manifest file (`<ApplicationName>.deps.json`) that contains information about application dependencies. You can use `Microsoft.Extensions.DependencyModel` to read information from this manifest at run time. This is useful when you want to dynamically compile code (for example, using Roslyn Emit API) referencing the same dependencies as your main application. By default, the dependency manifest contains information about the application's target framework and runtime dependencies. Set the PreserveCompilationContext project property to `true` to additionally include information about reference assemblies used during compilation.
Microsoft.Extensions.Identity.Core by: Microsoft
  • 11.721k total downloads
  • Latest version: 6.0.9
  • aspnetcore identity membership
ASP.NET Core Identity is the membership system for building ASP.NET Core web applications, including membership, login, and user data. ASP.NET Core Identity allows you to add login features to your application and makes it easy to customize data about the logged in user. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/3fe12b935c03138f76364dc877a7e069e254b5b2
Microsoft.Extensions.DependencyInjection.Abstractions by: Microsoft
  • 60.16k total downloads
  • Latest version: 7.0.0
Abstractions for dependency injection. Commonly Used Types: Microsoft.Extensions.DependencyInjection.IServiceCollection