Microsoft.AspNetCore.Mvc.Razor.ViewCompilation
by: Microsoft
- 2 total downloads
- Latest version: 1.1.3
Build-time references required to enable Razor view compilation as part of building the application.
Microsoft.AspNetCore.Mvc.TagHelpers
by: Microsoft
- 10 total downloads
- Latest version: 2.0.0
ASP.NET Core MVC default tag helpers. Contains tag helpers for anchor tags, HTML input elements, caching, scripts, links (for CSS), and more.
Microsoft.AspNetCore.Razor.Language
by: Microsoft
- 2 total downloads
- Latest version: 2.0.0
Razor is a markup syntax for adding server-side logic to web pages. This package contains the Razor parser and code generation infrastructure.
Microsoft.AspNetCore.Razor.Runtime
by: Microsoft
- 7 total downloads
- Latest version: 2.0.0-preview2-final
Runtime components for rendering Razor pages and implementing tag helpers.
Commonly used types:
Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeNameAttribute
Microsoft.AspNetCore.Razor.TagHelpers.HtmlTargetElementAttribute
Microsoft.AspNetCore.Razor.TagHelpers.ITagHelper
Microsoft.AspNetCore.ResponseCompression
by: Microsoft
- 1 total downloads
- Latest version: 1.0.4
ASP.NET Core middleware for HTTP Response compression.
Microsoft.AspNetCore.Server.HttpSys
by: Microsoft
- 1 total downloads
- Latest version: 2.0.0-preview2-final
ASP.NET Core HTTP server that uses the Windows HTTP Server API.
- 1 total downloads
- Latest version: 2.0.0
Transport abstractions for the ASP.NET Core Kestrel cross-platform web server.
Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv
by: Microsoft
- 1 total downloads
- Latest version: 2.0.0
Libuv transport for the ASP.NET Core Kestrel cross-platform web server.
Microsoft.Azure.Cosmos
by: Microsoft
- 1 total downloads
- Latest version: 3.31.1
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.Azure.DocumentDB.Core
by: Microsoft
- 1 total downloads
- Latest version: 2.10.3
This client library enables client applications targeting .NET Core to connect to Azure Cosmos DB via the DocumentDB (SQL) API. Azure Cosmos DB is a globally distributed, multi-model database service. For more information, refer to http://azure.microsoft.com/services/cosmos-db/.
Microsoft.Build.Tasks.Core
by: Microsoft
- 2 total downloads
- Latest version: 15.5.179
This package contains the Microsoft.Build.Tasks.Core assembly which implements the commonly used tasks of MSBuild.
Microsoft.Build.Utilities.Core
by: Microsoft
- 8 total downloads
- Latest version: 15.6.85
This package contains the Microsoft.Build.Utilities.Core assembly which is used to implement custom MSBuild tasks.
Microsoft.CodeAnalysis
by: Microsoft
- 0 total downloads
- Latest version: 3.6.0-4.final
.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/9bc8f80f8272bd000a642c1a09ffbf30b287d9c5.
Microsoft.CodeAnalysis.AnalyzerUtilities
by: Microsoft
- 1 total downloads
- Latest version: 3.11.0-beta1.24216.2
Analyzer utilities for various analyses, including Dataflow analysis based on ControlFlowGraph API in Microsoft.CodeAnalysis.
Microsoft.CodeAnalysis.BannedApiAnalyzers
by: Microsoft
- 0 total downloads
- Latest version: 3.11.0-beta1.23364.2
Banned API Analyzers
Microsoft.CodeAnalysis.PublicApiAnalyzers
by: Microsoft
- 33 total downloads
- Latest version: 4.14.0
Public API Analyzers
Microsoft.CodeAnalysis.Scripting.Common
by: Microsoft
- 17 total downloads
- Latest version: 2.10.0
Microsoft .NET Compiler Platform ("Roslyn") shared scripting package.
Do not install this package manually, it will be added as a prerequisite by other packages that require it.
More details at https://aka.ms/roslyn-packages
This package was built from the source at https://github.com/dotnet/roslyn/commit/b9fb1610c87cccc8ceb74a770dba261a58e39c4a.
Microsoft.CodeAnalysis.VisualBasic.Workspaces
by: Microsoft
- 8 total downloads
- Latest version: 2.9.0
.NET Compiler Platform ("Roslyn") support for analyzing Visual Basic projects and solutions.
More details at https://aka.ms/roslyn-packages
This package was built from the source at https://github.com/dotnet/roslyn/commit/958f2354c4d83dbb0e7723d0a8079a0dfbc33f25.
Microsoft.CodeAnalysis.Workspaces.Common
by: Microsoft
- 5 total downloads
- Latest version: 2.6.1
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.
More details at https://aka.ms/roslyn-packages
This package was built from the source at https://github.com/dotnet/roslyn/commit/2c94423e50a72aea8a4962d8722641d06bc88b13
Microsoft.CodeCoverage
by: Microsoft
- 6 total downloads
- Latest version: 17.3.2
Microsoft.CodeCoverage package brings infra for collecting code coverage from vstest.console.exe and "dotnet test".