Microsoft.AspNetCore.WebUtilities by: Microsoft.AspNetCore.WebUtilities
  • 6 total downloads
  • Latest version: 1.0.4
  • aspnetcore
ASP.NET Core utilities, such as for working with forms, multipart messages, and query strings.
Microsoft.Build.Locator by: Microsoft
  • 7 total downloads
  • Latest version: 1.7.8
  • msbuildlocator locator buildlocator
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.Build.Runtime by: Microsoft
  • 1 total downloads
  • Latest version: 15.3.409
  • MSBuild
This package contains the runtime of MSBuild. Reference this package only if your application needs to load projects or execute in-process builds.
Microsoft.CodeAnalysis.Analyzers by: Microsoft
  • 30 total downloads
  • Latest version: 3.3.4
  • Roslyn CodeAnalysis Compiler CSharp VB VisualBasic Diagnostic Analyzers Syntax Semantics
Analyzers for consumers of Microsoft.CodeAnalysis NuGet package, i.e. extensions and applications built on top of .NET Compiler Platform (Roslyn). This package is included as a development dependency of Microsoft.CodeAnalysis NuGet package and does not need to be installed separately if you are referencing Microsoft.CodeAnalysis NuGet package.
Microsoft.CodeAnalysis.AnalyzerUtilities by: Microsoft
  • 6 total downloads
  • Latest version: 3.3.0
  • Roslyn Analyzer Utilities CodeAnalysis Dataflow ControlFlowGraph FlowAnalysis Compiler CSharp VB VisualBasic Diagnostic Analyzers Syntax Semantics
Analyzer utilities for various analyses, including Dataflow analysis based on ControlFlowGraph API in Microsoft.CodeAnalysis.
Microsoft.CodeDom.Providers.DotNetCompilerPlatform by: Microsoft
  • 6 total downloads
  • Latest version: 4.1.0
  • Roslyn CodeDOM Compiler CSharp VB.Net ASP.NET
Replacement CodeDOM providers that use the new .NET Compiler Platform ("Roslyn") compiler as a service APIs. This provides support for new language features in systems using CodeDOM (e.g. ASP.NET runtime compilation) as well as improving the compilation performance of these systems. This package was built from the source at https://github.com/aspnet/RoslynCodeDomProvider/commit/b45d96211503a5f83ffc65ffc07a62b0210e16de
Microsoft.Data.SqlClient.SNI.runtime by: Microsoft
  • 17 total downloads
  • Latest version: 6.0.2
Internal implementation package not meant for direct consumption. Please do not reference directly. When using NuGet 3.x this package requires at least version 3.4.
Microsoft.DiaSymReader by: Microsoft
  • 2 total downloads
  • Latest version: 1.4.0
  • DiaSymReader ISymUnmanagedReader PDB COM interop debugging
Microsoft DiaSymReader interop interfaces and utilities.
Microsoft.DiaSymReader.Native by: Microsoft
  • 0 total downloads
  • Latest version: 1.7.0
  • DiaSymReader PDB
Native implementation of PDB file reader and writer. Supported Platforms: - Windows x86 - Windows amd64 - Windows arm
Microsoft.EntityFrameworkCore.Analyzers by: Microsoft
  • 11 total downloads
  • Latest version: 9.0.5
  • Entity Framework Core entity-framework-core EF Data O/RM EntityFramework EntityFrameworkCore EFCore
CSharp Analyzers for Entity Framework Core.
Microsoft.EntityFrameworkCore.Tools by: Microsoft
  • 17 total downloads
  • Latest version: 9.0.5
  • Entity Framework Core entity-framework-core EF Data O/RM EntityFramework EntityFrameworkCore EFCore
Entity Framework Core Tools for the NuGet Package Manager Console in Visual Studio. Enables these commonly used commands: Add-Migration Bundle-Migration Drop-Database Get-DbContext Get-Migration Optimize-DbContext Remove-Migration Scaffold-DbContext Script-Migration Update-Database
Microsoft.Extensions.ApiDescription.Server by: Microsoft
  • 17 total downloads
  • Latest version: 8.0.14
  • 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/25ef4aa38b77974263cb10f6e9cbd10135f17b59
Microsoft.Extensions.Caching.Abstractions by: Microsoft.Extensions.Caching.Abstractions
  • 0 total downloads
  • Latest version: 1.0.2
  • cache memorycache distributedcache
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.Extensions.Caching.Memory
  • 1 total downloads
  • Latest version: 1.0.2
  • cache memorycache
In-memory cache implementation of Microsoft.Extensions.Caching.Memory.IMemoryCache.
Microsoft.Extensions.Configuration.Abstractions by: Microsoft.Extensions.Configuration.Abstractions
  • 5 total downloads
  • Latest version: 1.0.2
  • configuration
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.DependencyInjection by: Microsoft.Extensions.DependencyInjection
  • 0 total downloads
  • Latest version: 1.0.2
  • dependencyinjection di
Default implementation of dependency injection for Microsoft.Extensions.DependencyInjection.
Microsoft.Extensions.DependencyInjection.Abstractions by: Microsoft.Extensions.DependencyInjection.Abstractions
  • 7 total downloads
  • Latest version: 1.0.2
  • dependencyinjection di
Abstractions for dependency injection. Commonly used types: Microsoft.Extensions.DependencyInjection.IServiceCollection Microsoft.Extensions.DependencyInjection.ServiceCollectionExtensions
Microsoft.Extensions.FileProviders.Abstractions by: Microsoft.Extensions.FileProviders.Abstractions
  • 7 total downloads
  • Latest version: 1.0.1
  • files filesystem
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.Extensions.FileProviders.Composite
  • 0 total downloads
  • Latest version: 1.0.1
  • files filesystem
Composite file and directory providers for Microsoft.Extensions.FileProviders.
Microsoft.Extensions.FileProviders.Embedded by: Microsoft.Extensions.FileProviders.Embedded
  • 8 total downloads
  • Latest version: 1.0.1
  • files filesystem
File provider for files in embedded resources for Microsoft.Extensions.FileProviders.