Microsoft.CSharp by: Microsoft
  • 4.46k total downloads
  • Latest version: 4.7.0
Provides support for compilation and code generation, including dynamic, using the C# language. Commonly Used Types: Microsoft.CSharp.RuntimeBinder.Binder Microsoft.CSharp.RuntimeBinder.RuntimeBinderException Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags When using NuGet 3.x this package requires at least version 3.4.
Microsoft.DotNet.PlatformAbstractions by: Microsoft.DotNet.PlatformAbstractions
  • 4.276k total downloads
  • Latest version: 2.1.0
Abstractions for making code that uses file system and environment testable.
Microsoft.Extensions.ApiDescription.Server by: Microsoft
  • 3.368k total downloads
  • Latest version: 6.0.5
  • MSBuild Swagger OpenAPI code generation Web API service reference document
MSBuild tasks and targets for build-time Swagger and OpenApi document generation This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/e5f183b656a0e8bc087108130a5a9b54ae94494e
Microsoft.Extensions.Configuration by: Microsoft
  • 4.621k total downloads
  • Latest version: 8.0.0
Implementation of key-value pair based configuration for Microsoft.Extensions.Configuration. Includes the memory configuration provider.
Microsoft.Extensions.Configuration.Abstractions by: Microsoft
  • 7.532k total downloads
  • Latest version: 8.0.0
Provides abstractions of key-value pair based configuration. Interfaces defined in this package are implemented by classes in Microsoft.Extensions.Configuration and other configuration packages.
Microsoft.Extensions.Configuration.Binder by: Microsoft
  • 4.524k total downloads
  • Latest version: 8.0.0
Provides the functionality to bind an object to data in configuration providers for Microsoft.Extensions.Configuration. This package enables you to represent the configuration data as strongly-typed classes defined in the application code. To bind a configuration, use the Microsoft.Extensions.Configuration.ConfigurationBinder.Get extension method on the IConfiguration object. To use this package, you also need to install a package for the configuration provider, for example, Microsoft.Extensions.Configuration.Json for the JSON provider.
Microsoft.Extensions.Configuration.FileExtensions by: Microsoft
  • 4.518k total downloads
  • Latest version: 8.0.0
Provides a base class for file-based configuration providers used with Microsoft.Extensions.Configuration and extension methods for configuring them.
Microsoft.Extensions.Configuration.Json by: Microsoft
  • 4.636k total downloads
  • Latest version: 8.0.0
JSON configuration provider implementation for Microsoft.Extensions.Configuration. This package enables you to read your application's settings from a JSON file. You can use JsonConfigurationExtensions.AddJsonFile extension method on IConfigurationBuilder to add the JSON configuration provider to the configuration builder.
Microsoft.Extensions.DependencyInjection by: Microsoft
  • 4.264k total downloads
  • Latest version: 2.2.0
  • dependencyinjection di
Default implementation of dependency injection for Microsoft.Extensions.DependencyInjection.
Microsoft.Extensions.DependencyInjection.Abstractions by: Microsoft
  • 7.675k total downloads
  • Latest version: 8.0.0
Abstractions for dependency injection. Commonly Used Types: Microsoft.Extensions.DependencyInjection.IServiceCollection
Microsoft.Extensions.DependencyModel by: Microsoft.Extensions.DependencyModel
  • 4.258k total downloads
  • Latest version: 2.1.0
Abstractions for reading `.deps` files.
Microsoft.Extensions.FileProviders.Abstractions by: Microsoft
  • 8.401k total downloads
  • Latest version: 9.0.0
Abstractions of files and directories. Commonly Used Types: Microsoft.Extensions.FileProviders.IDirectoryContents Microsoft.Extensions.FileProviders.IFileInfo Microsoft.Extensions.FileProviders.IFileProvider
Microsoft.Extensions.FileProviders.Embedded by: Microsoft
  • 2 total downloads
  • Latest version: 9.0.0
  • 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/af22effae4069a5dfb9b0735859de48820104f5b
Microsoft.Extensions.FileProviders.Physical by: Microsoft
  • 4.413k total downloads
  • Latest version: 8.0.0
File provider for physical files for Microsoft.Extensions.FileProviders.
Microsoft.Extensions.FileSystemGlobbing by: Microsoft
  • 4.528k total downloads
  • Latest version: 8.0.0
File system globbing to find files matching a specified pattern.
Microsoft.Extensions.Hosting.Abstractions by: Microsoft
  • 4.295k total downloads
  • Latest version: 2.2.0
  • hosting
.NET Core hosting and startup abstractions for applications. This package was built from the source code at https://github.com/aspnet/Hosting/tree/0724e6cde1149ee1a19bfec9c13a2c9327b71213
Microsoft.Extensions.Logging.Abstractions by: Microsoft
  • 7.628k total downloads
  • Latest version: 8.0.1
Logging abstractions for Microsoft.Extensions.Logging. Commonly Used Types: Microsoft.Extensions.Logging.ILogger Microsoft.Extensions.Logging.ILoggerFactory Microsoft.Extensions.Logging.ILogger<TCategoryName> Microsoft.Extensions.Logging.LogLevel Microsoft.Extensions.Logging.Logger<T> Microsoft.Extensions.Logging.LoggerMessage Microsoft.Extensions.Logging.Abstractions.NullLogger
Microsoft.Extensions.ObjectPool by: Microsoft
  • 4.271k total downloads
  • Latest version: 2.2.0
  • pooling
A simple object pool implementation. This package was built from the source code at https://github.com/aspnet/Extensions/tree/9bc79b2f25a3724376d7af19617c33749a30ea3a
Microsoft.Extensions.Options by: Microsoft
  • 7.795k total downloads
  • Latest version: 8.0.0
Provides a strongly typed way of specifying and accessing settings using dependency injection.
Microsoft.Extensions.Options.ConfigurationExtensions by: Microsoft
  • 4.649k total downloads
  • Latest version: 8.0.0
Provides additional configuration specific functionality related to Options.