MessagePackAnalyzer
by: neuecc, aarnott
- 1 total downloads
- Latest version: 2.4.14-alpha
Analyzer of MessagePack for C#, verify rule for [MessagePackObject] and code fix for [Key].
Microsoft.ApplicationInsights.WindowsServer
by: Microsoft
- 1 total downloads
- Latest version: 2.23.0
Application Insights Windows Server nuget package provides automatic collection of application insights telemetry for .NET applications. This package can be used as a dependent package for Application Insights platform specific packages or as a standalone package for .NET applications that are not covered by platform specific packages (like for .NET worker roles). Privacy statement: https://go.microsoft.com/fwlink/?LinkId=512156
Microsoft.AspNetCore.Authorization
by: Microsoft
- 3 total downloads
- Latest version: 2.0.0-preview2-final
ASP.NET Core authorization classes.
Commonly used types:
Microsoft.AspNetCore.Authorization.AllowAnonymousAttribute
Microsoft.AspNetCore.Authorization.AuthorizeAttribute
Microsoft.AspNetCore.Hosting.Abstractions
by: Microsoft
- 3 total downloads
- Latest version: 2.0.0-preview1-final
ASP.NET Core hosting and startup abstractions for web applications.
Microsoft.AspNetCore.Hosting.Server.Abstractions
by: Microsoft
- 3 total downloads
- Latest version: 2.0.0-preview1-final
ASP.NET Core hosting server abstractions for web applications.
Microsoft.AspNetCore.Http.Features
by: Microsoft
- 1 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.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
- 20 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.VisualBasic.Workspaces
by: Microsoft
- 1 total downloads
- Latest version: 2.0.0-beta1
.NET Compiler Platform ("Roslyn") support for analyzing Visual Basic projects and solutions.
Supported Platforms:
- .NET Framework 4.5
Microsoft.CodeAnalysis.Workspaces.Common
by: Microsoft
- 4 total downloads
- Latest version: 2.0.0-beta3
A shared package used by the .NET Compiler Platform ("Roslyn") including support for analyzing projects and solutions. Do not install this package manually, it will be added as a prerequisite by other packages that require it.
Supported Platforms:
- .NET Framework 4.5
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
- 5 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.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.