Microsoft.AspNetCore.Http.Features
by: Microsoft
- 2 total downloads
- Latest version: 2.0.0
ASP.NET Core HTTP feature interface definitions.
Microsoft.AspNetCore.Mvc.ApiExplorer
by: Microsoft.AspNetCore.Mvc.ApiExplorer
- 1 total downloads
- Latest version: 1.0.0-rc2-final
ASP.NET Core MVC API explorer functionality for discovering metadata such as the list of controllers and actions, and their URLs and allowed HTTP methods.
Microsoft.AspNetCore.Mvc.Cors
by: Microsoft.AspNetCore.Mvc.Cors
- 1 total downloads
- Latest version: 1.0.3
ASP.NET Core MVC cross-origin resource sharing (CORS) features.
Microsoft.AspNetCore.OpenApi
by: Microsoft
- 1 total downloads
- Latest version: 10.0.0-preview.6.25358.103
Provides APIs for annotating route handler endpoints in ASP.NET Core with OpenAPI annotations.
This package was built from the source code at https://github.com/dotnet/dotnet/tree/75972a5ba730bdaf7cf3a34f528ab0f5c7f05183
Microsoft.AspNetCore.Server.Kestrel
by: Microsoft
- 1 total downloads
- Latest version: 2.0.0
ASP.NET Core Kestrel cross-platform web server.
Microsoft.Azure.Cosmos
by: Microsoft
- 1 total downloads
- Latest version: 3.29.0-preview
This client library enables client applications to connect to Azure Cosmos via the SQL API. Azure Cosmos is a globally distributed, multi-model database service. For more information, refer to http://azure.microsoft.com/services/cosmos-db/.
Microsoft.Build.Locator
by: Microsoft
- 1 total downloads
- Latest version: 1.6.10
Package that assists in locating and using a copy of MSBuild installed as part of Visual Studio 2017 or higher or .NET Core SDK 2.1 or higher.
Microsoft.CodeAnalysis
by: Microsoft
- 27 total downloads
- Latest version: 4.13.0
.NET Compiler Platform ("Roslyn").
This is the all-in-one package (a superset of all assemblies). You can install any of these sub-packages if you only want part of the functionality:
- "Microsoft.CodeAnalysis.CSharp.Workspaces" (C# compiler + services)
- "Microsoft.CodeAnalysis.VisualBasic.Workspaces" (VB compiler + services)
- "Microsoft.CodeAnalysis.Compilers" (both compilers)
- "Microsoft.CodeAnalysis.CSharp" (only the C# compiler)
- "Microsoft.CodeAnalysis.VisualBasic (only the VB compiler)
More details at https://aka.ms/roslyn-packages
This package was built from the source at https://github.com/dotnet/roslyn/commit/75e79dace86b274327a1afe479228d82a06051a4.
Microsoft.CodeAnalysis.BannedApiAnalyzers
by: Microsoft
- 1 total downloads
- Latest version: 3.3.5-beta1.23121.1
Banned API Analyzers
Microsoft.EntityFrameworkCore.Tools
by: Microsoft
- 1 total downloads
- Latest version: 2.1.0-preview1-final
Entity Framework Core Package Manager Console Tools. Includes Scaffold-DbContext, Add-Migration, and Update-Database.
Microsoft.Extensions.Caching.Redis
by: Microsoft
- 1 total downloads
- Latest version: 2.0.0
Distributed cache implementation of Microsoft.Extensions.Caching.Distributed.IDistributedCache using Redis.
Microsoft.Extensions.DependencyInjection
by: Microsoft
- 2 total downloads
- Latest version: 1.1.0
Default implementation of dependency injection for Microsoft.Extensions.DependencyInjection.
Microsoft.Extensions.FileProviders.Abstractions
by: Microsoft
- 2 total downloads
- Latest version: 2.0.0-preview1-final
Abstractions of files and directories.
Commonly used types:
Microsoft.Extensions.FileProviders.IDirectoryContents
Microsoft.Extensions.FileProviders.IFileInfo
Microsoft.Extensions.FileProviders.IFileProvider
Microsoft.Extensions.Logging.Abstractions
by: Microsoft
- 7 total downloads
- Latest version: 7.0.0-preview.3.22175.4
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.Logging.Console
by: Microsoft
- 1 total downloads
- Latest version: 1.1.0-preview1-final
Console logger provider implementation for Microsoft.Extensions.Logging.
Microsoft.Extensions.ObjectPool
by: Microsoft
- 2 total downloads
- Latest version: 2.0.0-preview1-final
A simple object pool implementation.
Microsoft.Extensions.Options
by: Microsoft
- 3 total downloads
- Latest version: 2.0.0-preview1-final
Provides a strongly typed way of specifying and accessing settings using dependency injection.
Microsoft.FluentUI.AspNetCore.Components
by: Microsoft
- 2 total downloads
- Latest version: 4.13.2
A Blazor component library leveraging Microsoft’s Fluent Design System. Use the look of modern Microsoft products in your Blazor applications.
Microsoft.Identity.Client.Extensions.Msal
by: Microsoft
- 2 total downloads
- Latest version: 2.2.0-preview
This package contains extensions to Microsoft Authentication Library for .NET (MSAL.NET)
Microsoft.IO.RecyclableMemoryStream
by: Microsoft
- 1 total downloads
- Latest version: 1.4.1
A pooled MemoryStream allocator to decrease GC load and improve performance on highly scalable systems.