Microsoft.DiaSymReader.Native
by: Microsoft
- 321 total downloads
- Latest version: 17.12.0-beta1.24603.5
Native implementation of PDB file reader and writer.
Supported Platforms:
- Windows x86
- Windows amd64
- Windows arm
- Windows arm64
Microsoft.DotNet.ILCompiler
by: Microsoft
- 701 total downloads
- Latest version: 10.0.1
Provides a native AOT compiler and runtime for .NET
Microsoft.DotNet.PlatformAbstractions
by: Microsoft
- 22 total downloads
- Latest version: 3.0.0-preview-27324-5
Abstractions for making code that uses file system and environment testable.
Microsoft.Extensions.ApiDescription.Server
by: Microsoft
- 2.792k total downloads
- Latest version: 10.0.1
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/dotnet/tree/fad253f51b461736dfd3cd9c15977bb7493becef
Microsoft.Extensions.Caching.Abstractions
by: Microsoft
- 140 total downloads
- Latest version: 2.0.0
Caching abstractions for in-memory cache and distributed cache.
Commonly used types:
Microsoft.Extensions.Caching.Distributed.IDistributedCache
Microsoft.Extensions.Caching.Memory.IMemoryCache
Microsoft.Extensions.Caching.Memory
by: Microsoft
- 140 total downloads
- Latest version: 2.0.0
In-memory cache implementation of Microsoft.Extensions.Caching.Memory.IMemoryCache.
Microsoft.Extensions.CommandLineUtils
by: Microsoft
- 72 total downloads
- Latest version: 1.1.1
Command-line parsing API. Commonly used types:
Microsoft.Extensions.CommandLineUtils.CommandLineApplication
Microsoft.Extensions.CommandLineUtils.CommandOption
Microsoft.Extensions.Configuration
by: Microsoft
- 165 total downloads
- Latest version: 2.0.0
Implementation of key-value pair based configuration for Microsoft.Extensions.Configuration. Includes the memory configuration provider.
Microsoft.Extensions.Configuration.Abstractions
by: Microsoft
- 156 total downloads
- Latest version: 2.0.0
Abstractions of key-value pair based configuration.
Commonly used types:
Microsoft.Extensions.Configuration.IConfiguration
Microsoft.Extensions.Configuration.IConfigurationBuilder
Microsoft.Extensions.Configuration.IConfigurationProvider
Microsoft.Extensions.Configuration.IConfigurationRoot
Microsoft.Extensions.Configuration.IConfigurationSection
Microsoft.Extensions.Configuration.Binder
by: Microsoft
- 164 total downloads
- Latest version: 2.0.0
Functionality to bind an object to data in configuration providers for Microsoft.Extensions.Configuration.
Microsoft.Extensions.DependencyInjection
by: Microsoft
- 129 total downloads
- Latest version: 2.0.0
Default implementation of dependency injection for Microsoft.Extensions.DependencyInjection.
Microsoft.Extensions.DependencyInjection.Abstractions
by: Microsoft
- 153 total downloads
- Latest version: 2.0.0
Abstractions for dependency injection.
Commonly used types:
Microsoft.Extensions.DependencyInjection.IServiceCollection
Microsoft.Extensions.DependencyModel
by: Microsoft
- 37 total downloads
- Latest version: 3.0.0-preview-27324-5
Abstractions for reading `.deps` files.
Microsoft.Extensions.FileProviders.Abstractions
by: Microsoft
- 125 total downloads
- Latest version: 2.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.Composite
by: Microsoft
- 104 total downloads
- Latest version: 2.0.0
Composite file and directory providers for Microsoft.Extensions.FileProviders.
Microsoft.Extensions.FileProviders.Embedded
by: Microsoft
- 121 total downloads
- Latest version: 2.0.0
File provider for files in embedded resources for Microsoft.Extensions.FileProviders.
Microsoft.Extensions.FileProviders.Physical
by: Microsoft
- 105 total downloads
- Latest version: 2.0.0
File provider for physical files for Microsoft.Extensions.FileProviders.
Microsoft.Extensions.FileSystemGlobbing
by: Microsoft
- 117 total downloads
- Latest version: 2.0.0
File system globbing to find files matching a specified pattern.
Microsoft.Extensions.Globalization.CultureInfoCache
by: Microsoft
- 153 total downloads
- Latest version: 1.1.3
Provides cached instances of CultureInfo using a generated list of known culture names for use in scenarios where unbounded CultureInfo creation is undesirable.
Microsoft.Extensions.Hosting.Abstractions
by: Microsoft
- 40 total downloads
- Latest version: 2.0.0
.NET Core hosting and startup abstractions for applications.