Microsoft.AspNetCore.Razor.Language
2.1.0-preview2-final
Prefix Reserved
This package has been deprecated as part of the .NET Package Deprecation effort. You can learn more about it from https://github.com/dotnet/announcements/issues/217
See the version list below for details.
dotnet add package Microsoft.AspNetCore.Razor.Language --version 2.1.0-preview2-final
NuGet\Install-Package Microsoft.AspNetCore.Razor.Language -Version 2.1.0-preview2-final
<PackageReference Include="Microsoft.AspNetCore.Razor.Language" Version="2.1.0-preview2-final" />
<PackageVersion Include="Microsoft.AspNetCore.Razor.Language" Version="2.1.0-preview2-final" />
<PackageReference Include="Microsoft.AspNetCore.Razor.Language" />
paket add Microsoft.AspNetCore.Razor.Language --version 2.1.0-preview2-final
#r "nuget: Microsoft.AspNetCore.Razor.Language, 2.1.0-preview2-final"
#addin nuget:?package=Microsoft.AspNetCore.Razor.Language&version=2.1.0-preview2-final&prerelease
#tool nuget:?package=Microsoft.AspNetCore.Razor.Language&version=2.1.0-preview2-final&prerelease
Razor is a markup syntax for adding server-side logic to web pages. This package contains the Razor parser and code generation infrastructure.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net46 is compatible. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.6
- NETStandard.Library (>= 2.0.1)
-
.NETStandard 2.0
- No dependencies.
NuGet packages (151)
Showing the top 5 NuGet packages that depend on Microsoft.AspNetCore.Razor.Language:
Package | Downloads |
---|---|
Microsoft.CodeAnalysis.Razor
Razor is a markup syntax for adding server-side logic to web pages. This package contains the Razor design-time infrastructure. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/64ea4108e7dcf1ca575f8dd2028363b0b1ef6ebc |
|
Microsoft.AspNetCore.Mvc.Razor.Extensions
ASP.NET Core design time hosting infrastructure for the Razor view engine. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/64ea4108e7dcf1ca575f8dd2028363b0b1ef6ebc |
|
Microsoft.VisualStudio.Web.CodeGenerators.Mvc
Code Generators for ASP.NET Core MVC. Contains code generators for MVC Controllers and Views. |
|
Microsoft.VisualStudio.Web.CodeGeneration.Design
Code Generation tool for ASP.NET Core. Contains the dotnet-aspnet-codegenerator command used for generating controllers and views. |
|
Microsoft.VisualStudio.Web.CodeGeneration
Contains the CodeGenCommand that finds the appropriate code generator and invokes it from project dependencies. |
GitHub repositories (20)
Showing the top 20 popular GitHub repositories that depend on Microsoft.AspNetCore.Razor.Language:
Repository | Stars |
---|---|
abpframework/abp
Open-source web application framework for ASP.NET Core! Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET. Provides the fundamental infrastructure, cross-cutting-concern implementations, startup templates, application modules, UI themes, tooling and documentation.
|
|
MudBlazor/MudBlazor
Blazor Component Library based on Material Design principles with an emphasis on ease of use and extensibility
|
|
dotnetcore/Util
Util是一个.Net平台下的应用框架,旨在提升中小团队的开发能力,由工具类、分层架构基类、Ui组件,配套代码生成模板,权限等组成。
|
|
scriban/scriban
A fast, powerful, safe and lightweight scripting language and engine for .NET
|
|
monksoul/Furion
Make .NET development easier, more versatile, and more popular.
|
|
SteveSanderson/Blazor
MOVED: Please see the new repo at https://github.com/aspnet/blazor
|
|
toddams/RazorLight
Template engine based on Microsoft's Razor parsing engine for .NET Core
|
|
ariacom/Seal-Report
Database Reporting Tool and Tasks (.Net)
|
|
security-code-scan/security-code-scan
Vulnerability Patterns Detector for C# and VB.NET
|
|
dotnet/Scaffolding
Code generators to speed up development.
|
|
adoconnection/RazorEngineCore
.NET6 Razor Template Engine
|
|
TeslaFly01/SmartSqlT
🔥🔥🔥 SmartSQL 是一款方便、快捷的数据库文档查询、导出工具!该工具从最初支持CHM文档格式开始,通过不断地探索开发、集思广益和不断改进,又陆续支持Word、Excel、PDF、Html、Xml、Json、MarkDown等文档格式的导出。同时支持SqlServer、MySql、PostgreSQL、SQLite等多种数据库的文档查询和导出功能。
|
|
statiqdev/Statiq.Framework
A flexible and extensible static content generation framework for .NET.
|
|
mKenfenheuer/steam-deck-windows-usermode-driver
A windows usermode controller driver for the steam deck internal controller.
|
|
mcintyre321/FormFactory
MVC5, Core or standalone - Generate rich HTML5 forms from your ViewModels, or build them programatically
|
|
aws/aws-tools-for-powershell
The AWS Tools for PowerShell lets developers and administrators manage their AWS services from the PowerShell scripting environment.
|
|
Tyrrrz/MiniRazor
Portable Razor compiler & code generator
|
|
martasp/BlazorLiveReload
BlazorLiveReload
|
|
aspnet/Blazor-Hackathon
Blazor is now official and is part of the ASP.NET Core Framework. All the work is tracked in the dotnet/aspnetcore repo.
|
|
EngstromJimmy/Blazm.Extension
A Visual Studio Extension that solves some of the pain points when working with Blazor
|
Version | Downloads | Last updated | |
---|---|---|---|
6.0.36 | 306,234 | 11/12/2024 | |
6.0.35 | 154,568 | 10/8/2024 | |
6.0.33 | 211,756 | 8/13/2024 | |
6.0.32 | 242,086 | 7/9/2024 | |
6.0.31 | 173,435 | 5/28/2024 | |
6.0.30 | 79,006 | 5/14/2024 | |
6.0.29 | 260,773 | 4/9/2024 | |
6.0.28 | 217,954 | 3/12/2024 | |
6.0.27 | 1,955,682 | 2/13/2024 | |
6.0.26 | 377,222 | 1/9/2024 | |
6.0.25 | 1,410,229 | 11/14/2023 | |
6.0.24 | 17,320,610 | 10/24/2023 | |
6.0.23 | 198,188 | 10/10/2023 | |
6.0.22 | 317,588 | 9/12/2023 | |
6.0.21 | 456,013 | 8/8/2023 | |
6.0.20 | 473,532 | 7/11/2023 | |
6.0.19 | 237,259 | 6/22/2023 | |
6.0.18 | 142,682 | 6/13/2023 | |
6.0.16 | 1,122,964 | 4/11/2023 | |
6.0.15 | 725,585 | 3/14/2023 | |
6.0.14 | 501,807 | 2/14/2023 | |
6.0.13 | 785,322 | 1/10/2023 | |
6.0.12 | 1,652,699 | 12/13/2022 | |
6.0.11 | 9,101,548 | 11/7/2022 | |
6.0.10 | 1,772,774 | 10/11/2022 | |
6.0.9 | 1,177,323 | 9/13/2022 | |
6.0.8 | 1,686,091 | 8/9/2022 | |
6.0.7 | 1,919,935 | 7/12/2022 | |
6.0.6 | 1,136,240 | 6/14/2022 | |
6.0.5 | 5,394,585 | 5/10/2022 | |
6.0.4 | 1,319,683 | 4/11/2022 | |
6.0.3 | 1,333,364 | 3/8/2022 | |
6.0.2 | 914,704 | 2/8/2022 | |
6.0.1 | 5,469,399 | 12/14/2021 | |
6.0.0 | 65,889,799 | 11/8/2021 | |
6.0.0-rc.2.21480.10 | 38,419 | 10/12/2021 | |
6.0.0-rc.1.21452.15 | 46,216 | 9/14/2021 | |
6.0.0-preview.7.21378.6 | 24,494 | 8/10/2021 | |
6.0.0-preview.6.21355.2 | 12,408 | 7/14/2021 | |
6.0.0-preview.5.21301.17 | 23,564 | 6/15/2021 | |
6.0.0-preview.4.21253.5 | 11,354 | 5/24/2021 | |
6.0.0-preview.3.21201.13 | 18,184 | 4/8/2021 | |
6.0.0-preview.2.21154.6 | 6,966 | 3/11/2021 | |
6.0.0-preview.1.21103.6 | 9,174 | 2/12/2021 | |
5.0.17 | 652,897 | 5/10/2022 | |
5.0.16 | 73,246 | 4/11/2022 | |
5.0.15 | 154,835 | 3/8/2022 | |
5.0.14 | 156,311 | 2/8/2022 | |
5.0.13 | 493,204 | 12/14/2021 | |
5.0.12 | 530,107 | 11/7/2021 | |
5.0.11 | 2,658,372 | 10/12/2021 | |
5.0.10 | 3,798,684 | 9/14/2021 | |
5.0.9 | 997,076 | 8/10/2021 | |
5.0.8 | 1,166,128 | 7/13/2021 | |
5.0.7 | 1,407,202 | 6/8/2021 | |
5.0.6 | 973,789 | 5/11/2021 | |
5.0.5 | 1,006,658 | 4/6/2021 | |
5.0.4 | 926,314 | 3/9/2021 | |
5.0.3 | 2,196,682 | 2/9/2021 | |
5.0.2 | 827,177 | 1/12/2021 | |
5.0.1 | 640,984 | 12/8/2020 | |
5.0.0 | 22,744,230 | 11/9/2020 | |
5.0.0-rc.2.20475.17 | 36,469 | 10/13/2020 | |
5.0.0-rc.1.20451.17 | 12,093 | 9/14/2020 | |
5.0.0-preview.8.20414.8 | 2,778 | 8/25/2020 | |
5.0.0-preview.7.20365.19 | 27,507 | 7/21/2020 | |
5.0.0-preview.6.20312.15 | 12,957 | 6/25/2020 | |
5.0.0-preview.5.20278.2 | 3,442 | 6/10/2020 | |
5.0.0-preview.4.20251.2 | 7,669 | 5/18/2020 | |
5.0.0-preview.3.20215.3 | 2,411 | 4/23/2020 | |
5.0.0-preview.2.20160.3 | 3,930 | 4/2/2020 | |
5.0.0-preview.1.20121.3 | 2,308 | 3/16/2020 | |
3.1.32 | 442,998 | 1/11/2023 | |
3.1.31 | 55,395 | 11/8/2022 | |
3.1.30 | 38,308 | 10/11/2022 | |
3.1.29 | 41,197 | 9/13/2022 | |
3.1.28 | 60,606 | 8/9/2022 | |
3.1.27 | 65,844 | 7/12/2022 | |
3.1.26 | 76,014 | 6/14/2022 | |
3.1.25 | 86,491 | 5/10/2022 | |
3.1.24 | 71,782 | 4/11/2022 | |
3.1.23 | 126,385 | 3/8/2022 | |
3.1.22 | 772,055 | 12/14/2021 | |
3.1.21 | 202,320 | 11/8/2021 | |
3.1.20 | 203,674 | 10/11/2021 | |
3.1.19 | 292,079 | 9/14/2021 | |
3.1.18 | 449,203 | 8/10/2021 | |
3.1.17 | 293,589 | 7/13/2021 | |
3.1.16 | 354,087 | 6/8/2021 | |
3.1.15 | 486,395 | 5/11/2021 | |
3.1.14 | 420,134 | 4/6/2021 | |
3.1.13 | 376,944 | 3/9/2021 | |
3.1.12 | 423,500 | 2/9/2021 | |
3.1.11 | 476,560 | 1/12/2021 | |
3.1.10 | 1,251,639 | 11/9/2020 | |
3.1.9 | 1,397,104 | 10/13/2020 | |
3.1.8 | 1,485,057 | 9/8/2020 | |
3.1.7 | 1,043,319 | 8/11/2020 | |
3.1.6 | 1,992,409 | 7/14/2020 | |
3.1.5 | 4,076,633 | 6/9/2020 | |
3.1.4 | 1,831,229 | 5/12/2020 | |
3.1.3 | 2,810,955 | 3/24/2020 | |
3.1.2 | 1,109,484 | 2/18/2020 | |
3.1.1 | 1,606,235 | 1/14/2020 | |
3.1.0 | 70,380,112 | 12/3/2019 | |
3.1.0-preview3.19553.1 | 23,591 | 11/13/2019 | |
3.1.0-preview2.19528.1 | 18,579 | 11/1/2019 | |
3.1.0-preview1.19508.6 | 491,681 | 10/15/2019 | |
3.0.3 | 82,994 | 2/18/2020 | |
3.0.2 | 42,136 | 1/14/2020 | |
3.0.1 | 15,854 | 11/18/2019 | |
3.0.0 | 14,065,320 | 9/23/2019 | |
3.0.0-rc1.19457.3 | 21,544 | 9/16/2019 | |
3.0.0-preview9.19423.3 | 46,796 | 9/4/2019 | |
3.0.0-preview8.19405.5 | 91,460 | 8/13/2019 | |
3.0.0-preview7.19362.5 | 29,182 | 7/23/2019 | |
3.0.0-preview6.19304.1 | 63,628 | 6/12/2019 | |
3.0.0-preview5.19227.1 | 55,649 | 5/6/2019 | |
3.0.0-preview4.19216.2 | 1,205 | 4/18/2019 | |
3.0.0-preview3.19153.1 | 2,186 | 3/6/2019 | |
3.0.0-preview-19074-06 | 5,831 | 1/29/2019 | |
3.0.0-preview-18579-0056 | 5,201 | 12/3/2018 | |
2.3.0 | 518,414 | 1/14/2025 | |
2.2.0 | 128,459,266 | 12/3/2018 | |
2.2.0-preview3-35497 | 123,206 | 10/17/2018 | |
2.2.0-preview2-35157 | 58,119 | 9/12/2018 | |
2.2.0-preview1-35029 | 47,304 | 8/22/2018 | |
2.1.2 | 13,388,142 | 8/21/2018 | |
2.1.1 | 34,552,257 | 6/18/2018 | |
2.1.0 | 33,105,944 | 5/29/2018 | |
2.1.0-rc1-final | 118,984 | 5/6/2018 | |
2.1.0-preview2-final | 132,438 | 4/10/2018 | |
2.1.0-preview1-final | 223,838 | 2/26/2018 | |
2.0.3 | 7,850,789 | 5/7/2018 | |
2.0.2 | 8,256,996 | 3/13/2018 | |
2.0.1 | 16,209,403 | 11/14/2017 | |
2.0.0 | 29,776,283 | 8/11/2017 | |
2.0.0-preview2-final | 107,823 | 6/28/2017 | |
2.0.0-preview1-final | 32,632 | 5/10/2017 |