Microsoft.Extensions.Configuration.Abstractions by: Microsoft
  • 670 total downloads
  • Latest version: 9.0.0-preview.3.24172.9
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.CommandLine by: Microsoft
  • 385 total downloads
  • Latest version: 9.0.0-preview.3.24172.9
Command line configuration provider implementation for Microsoft.Extensions.Configuration. This package enables you to read configuration parameters from the command line arguments of your application. You can use CommandLineConfigurationExtensions.AddCommandLine extension method on IConfigurationBuilder to add the command line configuration provider to the configuration builder.
Microsoft.Extensions.Configuration.EnvironmentVariables by: Microsoft
  • 387 total downloads
  • Latest version: 9.0.0-preview.3.24172.9
Environment variables configuration provider implementation for Microsoft.Extensions.Configuration. This package enables you to read configuration parameters from environment variables. You can use EnvironmentVariablesExtensions.AddEnvironmentVariables extension method on IConfigurationBuilder to add the environment variables configuration provider to the configuration builder.
Microsoft.Extensions.Configuration.Json by: Microsoft
  • 490 total downloads
  • Latest version: 9.0.0-preview.3.24172.9
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.Diagnostics by: Microsoft
  • 225 total downloads
  • Latest version: 9.0.0-preview.3.24172.9
This package includes the default implementation of IMeterFactory and additional extension methods to easily register it with the Dependency Injection framework.
Microsoft.Extensions.FileProviders.Abstractions by: Microsoft
  • 385 total downloads
  • Latest version: 9.0.0-preview.3.24172.9
Abstractions of files and directories. Commonly Used Types: Microsoft.Extensions.FileProviders.IDirectoryContents Microsoft.Extensions.FileProviders.IFileInfo Microsoft.Extensions.FileProviders.IFileProvider
Microsoft.Extensions.FileProviders.Physical by: Microsoft
  • 378 total downloads
  • Latest version: 9.0.0-preview.3.24172.9
File provider for physical files for Microsoft.Extensions.FileProviders.
Microsoft.Extensions.Hosting.Abstractions by: Microsoft
  • 484 total downloads
  • Latest version: 9.0.0-preview.3.24172.9
Hosting and startup abstractions for applications.
Microsoft.Extensions.Logging.Configuration by: Microsoft
  • 482 total downloads
  • Latest version: 9.0.0-preview.3.24172.9
Configuration support for Microsoft.Extensions.Logging.
Microsoft.Extensions.Logging.EventLog by: Microsoft
  • 546 total downloads
  • Latest version: 9.0.0-preview.3.24172.9
Windows Event Log logger provider implementation for Microsoft.Extensions.Logging.
Microsoft.Extensions.Logging.EventSource by: Microsoft
  • 398 total downloads
  • Latest version: 9.0.0-preview.3.24172.9
EventSource/EventListener logger provider implementation for Microsoft.Extensions.Logging.
Microsoft.Extensions.Options.ConfigurationExtensions by: Microsoft
  • 609 total downloads
  • Latest version: 9.0.0-preview.3.24172.9
Provides additional configuration specific functionality related to Options.
Microsoft.NET.Sdk.Aspire.Manifest-8.0.100 by: Microsoft
  • 374 total downloads
  • Latest version: 8.0.0-preview.7.24251.11
.NET Aspire workload manifest
Microsoft.NET.Workload.Emscripten.net6.Manifest-8.0.100 by: Microsoft
  • 371 total downloads
  • Latest version: 8.0.4
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-8.0.100 by: Microsoft
  • 368 total downloads
  • Latest version: 8.0.4
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-8.0.100 by: Microsoft
  • 365 total downloads
  • Latest version: 8.0.4
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-8.0.100 by: Microsoft
  • 369 total downloads
  • Latest version: 8.0.4
Internal toolchain package not meant for direct consumption. Please do not reference directly.
System.Diagnostics.DiagnosticSource by: Microsoft
  • 991 total downloads
  • Latest version: 9.0.0-preview.3.24172.9
Provides Classes that allow you to decouple code logging rich (unserializable) diagnostics/telemetry (e.g. framework) from code that consumes it (e.g. tools) Commonly Used Types: System.Diagnostics.DiagnosticListener System.Diagnostics.DiagnosticSource
System.Diagnostics.EventLog by: Microsoft
  • 417 total downloads
  • Latest version: 9.0.0-preview.3.24172.9
Provides the System.Diagnostics.EventLog class, which allows the applications to use the Windows event log service. Commonly Used Types: System.Diagnostics.EventLog
System.Text.Json by: Microsoft
  • 645 total downloads
  • Latest version: 9.0.0-preview.3.24172.9
Provides high-performance and low-allocating types that serialize objects to JavaScript Object Notation (JSON) text and deserialize JSON text to objects, with UTF-8 support built-in. Also provides types to read and write JSON text encoded as UTF-8, and to create an in-memory document object model (DOM), that is read-only, for random access of the JSON elements within a structured view of the data. The System.Text.Json library is built-in as part of the shared framework in .NET Runtime. The package can be installed when you need to use it in other target frameworks.