Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation 10.0.0-preview.2.25164.1

Prefix Reserved
This is a prerelease version of Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation.
dotnet add package Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation --version 10.0.0-preview.2.25164.1
                    
NuGet\Install-Package Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation -Version 10.0.0-preview.2.25164.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="10.0.0-preview.2.25164.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="10.0.0-preview.2.25164.1" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation --version 10.0.0-preview.2.25164.1
                    
#r "nuget: Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation, 10.0.0-preview.2.25164.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation&version=10.0.0-preview.2.25164.1&prerelease
                    
Install Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation as a Cake Addin
#tool nuget:?package=Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation&version=10.0.0-preview.2.25164.1&prerelease
                    
Install Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation as a Cake Tool

About

Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation is a NuGet package designed to provide runtime compilation support for Razor views in ASP.NET Core MVC applications. This package enables developers to modify and update Razor views without needing to restart the application, facilitating a more dynamic development experience.

Key Features

  • Runtime compilation of Razor views in ASP.NET Core MVC applications.
  • Allows developers to modify Razor views without restarting the application.
  • Supports faster iteration and development cycles.
  • Compatible with ASP.NET Core 3.0 and newer.

Limitations

How to Use

To start using Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation in your ASP.NET Core MVC application, follow these steps:

Installation

Install the package via NuGet Package Manager or .NET CLI:

dotnet add package Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation

Configuration

In your Startup.cs file, configure runtime compilation for Razor views:

using Microsoft.AspNetCore.Mvc;
using Microsoft.Extensions.DependencyInjection;

public void ConfigureServices(IServiceCollection services)
{
    services.AddControllersWithViews()
        .AddRazorRuntimeCompilation();
}

Usage

Now, you can modify Razor views in your application, and the changes will be picked up dynamically without requiring a restart:


@{
    ViewData["Title"] = "Home Page";
}

<h2>@ViewData["Title"]</h2>

<p>Welcome to the ASP.NET Core MVC application!</p>

For more information on using runtime compilation for Razor views in ASP.NET Core MVC, refer to the official documentation.

Main Types

The main types provided by this library are:

  • RazorRuntimeCompilationMvcBuilderExtensions: Extension methods for configuring runtime compilation for Razor views.
  • RazorRuntimeCompilationMvcOptions: Options for configuring runtime compilation settings.

Additional Documentation

Feedback & Contributing

Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation is released as open-source under the MIT license. Bug reports and contributions are welcome at the GitHub repository.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (459)

Showing the top 5 NuGet packages that depend on Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation:

Package Downloads
Umbraco.Cms.Web.Common

Contains the web assembly needed to run Umbraco CMS.

Volo.Abp.AspNetCore.Mvc

Package Description

Abp.AspNetCore

Abp.AspNetCore

Wkhtmltopdf.NetCore

This project implements the library wkhtmltopdf for asp net core and a view engine, working in windows, macos, linux and docker. For more information about how to use it, go to https://github.com/fpanaccia/Wkhtmltopdf.NetCore.Example

OrchardCore.Mvc.Core

Orchard Core Framework is an application framework for building modular, multi-tenant applications on ASP.NET Core. Core Implementation for MVC application.

GitHub repositories (119)

Showing the top 5 popular GitHub repositories that depend on Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation:

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.
dotnet/AspNetCore.Docs
Documentation for ASP.NET Core
aspnetboilerplate/aspnetboilerplate
ASP.NET Boilerplate - Web Application Framework
nopSolutions/nopCommerce
ASP.NET Core eCommerce software. nopCommerce is a free and open-source shopping cart.
OrchardCMS/OrchardCore
Orchard Core is an open-source modular and multi-tenant application framework built with ASP.NET Core, and a content management system (CMS) built on top of that framework.
Version Downloads Last updated
10.0.0-preview.2.25164.1 508 3/18/2025
10.0.0-preview.1.25120.3 743 2/25/2025
9.0.3 76,605 3/11/2025
9.0.2 140,497 2/11/2025
9.0.1 139,327 1/14/2025
9.0.0 558,854 11/12/2024
9.0.0-rc.2.24474.3 11,637 10/8/2024
9.0.0-rc.1.24452.1 6,503 9/10/2024
9.0.0-preview.7.24406.2 1,406 8/13/2024
9.0.0-preview.6.24328.4 9,068 7/9/2024
9.0.0-preview.5.24306.11 1,160 6/11/2024
9.0.0-preview.4.24267.6 769 5/21/2024
9.0.0-preview.3.24172.13 1,468 4/11/2024
9.0.0-preview.2.24128.4 1,184 3/12/2024
9.0.0-preview.1.24081.5 3,008 2/13/2024
8.0.14 79,764 3/11/2025
8.0.13 145,227 2/11/2025
8.0.12 231,945 1/14/2025
8.0.11 861,818 11/12/2024
8.0.10 1,004,444 10/8/2024
8.0.8 1,529,458 8/13/2024
8.0.7 732,739 7/9/2024
8.0.6 1,111,988 5/28/2024
8.0.5 392,663 5/14/2024
8.0.4 1,362,677 4/9/2024
8.0.3 716,188 3/12/2024
8.0.2 639,793 2/13/2024
8.0.1 1,650,659 1/9/2024
8.0.0 2,757,211 11/14/2023
8.0.0-rc.2.23480.2 23,062 10/10/2023
8.0.0-rc.1.23421.29 8,668 9/12/2023
8.0.0-preview.7.23375.9 3,458 8/8/2023
8.0.0-preview.6.23329.11 4,637 7/11/2023
8.0.0-preview.5.23302.2 3,155 6/13/2023
8.0.0-preview.4.23260.4 226,882 5/16/2023
8.0.0-preview.3.23177.8 2,914 4/11/2023
8.0.0-preview.2.23153.2 3,968 3/14/2023
8.0.0-preview.1.23112.2 2,954 2/21/2023
7.0.20 86,721 5/28/2024
7.0.19 17,978 5/14/2024
7.0.18 41,894 4/9/2024
7.0.17 76,409 3/12/2024
7.0.16 65,302 2/13/2024
7.0.15 122,485 1/9/2024
7.0.14 280,433 11/14/2023
7.0.13 277,237 10/24/2023
7.0.12 188,131 10/10/2023
7.0.11 354,907 9/12/2023
7.0.10 679,659 8/8/2023
7.0.9 442,011 7/11/2023
7.0.8 254,927 6/22/2023
7.0.7 639,518 6/13/2023
7.0.5 874,867 4/11/2023
7.0.4 469,562 3/14/2023
7.0.3 439,436 2/14/2023
7.0.2 766,116 1/10/2023
7.0.1 633,393 12/13/2022
7.0.0 1,989,579 11/7/2022
7.0.0-rc.2.22476.2 16,293 10/11/2022
7.0.0-rc.1.22427.2 3,766 9/14/2022
7.0.0-preview.7.22376.6 4,174 8/9/2022
7.0.0-preview.6.22330.3 1,705 7/12/2022
7.0.0-preview.5.22303.8 1,513 6/14/2022
7.0.0-preview.4.22251.1 2,019 5/10/2022
7.0.0-preview.3.22178.4 1,504 4/13/2022
7.0.0-preview.2.22153.2 2,062 3/14/2022
7.0.0-preview.1.22109.13 1,756 2/17/2022
6.0.36 64,728 11/12/2024
6.0.35 42,582 10/8/2024
6.0.33 86,794 8/13/2024
6.0.32 135,403 7/9/2024
6.0.31 88,759 5/28/2024
6.0.30 45,951 5/14/2024
6.0.29 114,080 4/9/2024
6.0.28 89,980 3/12/2024
6.0.27 1,798,058 2/13/2024
6.0.26 269,590 1/9/2024
6.0.25 670,214 11/14/2023
6.0.24 425,748 10/24/2023
6.0.23 149,483 10/10/2023
6.0.22 264,767 9/12/2023
6.0.21 382,069 8/8/2023
6.0.20 259,450 7/11/2023
6.0.19 183,937 6/22/2023
6.0.18 93,987 6/13/2023
6.0.16 840,065 4/11/2023
6.0.15 617,805 3/14/2023
6.0.14 391,492 2/14/2023
6.0.13 584,081 1/10/2023
6.0.12 1,533,350 12/13/2022
6.0.11 897,930 11/7/2022
6.0.10 1,570,506 10/11/2022
6.0.9 1,011,910 9/13/2022
6.0.8 1,318,788 8/9/2022
6.0.7 1,763,775 7/12/2022
6.0.6 984,135 6/14/2022
6.0.5 5,268,855 5/10/2022
6.0.4 1,258,563 4/11/2022
6.0.3 1,213,631 3/8/2022
6.0.2 839,028 2/8/2022
6.0.1 2,163,134 12/14/2021
6.0.0 3,035,702 11/8/2021
6.0.0-rc.2.21480.10 18,170 10/12/2021
6.0.0-rc.1.21452.15 20,031 9/14/2021
6.0.0-preview.7.21378.6 12,814 8/10/2021
6.0.0-preview.6.21355.2 7,272 7/14/2021
6.0.0-preview.5.21301.17 6,671 6/15/2021
6.0.0-preview.4.21253.5 2,619 5/24/2021
6.0.0-preview.3.21201.13 11,598 4/8/2021
6.0.0-preview.2.21154.6 2,011 3/11/2021 6.0.0-preview.2.21154.6 is deprecated because it is no longer maintained.
6.0.0-preview.1.21103.6 3,086 2/12/2021 6.0.0-preview.1.21103.6 is deprecated because it is no longer maintained.
5.0.17 506,911 5/10/2022 5.0.17 is deprecated because it is no longer maintained.
5.0.16 70,272 4/11/2022 5.0.16 is deprecated because it is no longer maintained.
5.0.15 153,464 3/8/2022 5.0.15 is deprecated because it is no longer maintained.
5.0.14 145,629 2/8/2022 5.0.14 is deprecated because it is no longer maintained.
5.0.13 484,641 12/14/2021 5.0.13 is deprecated because it is no longer maintained.
5.0.12 492,795 11/7/2021 5.0.12 is deprecated because it is no longer maintained.
5.0.11 2,601,755 10/12/2021 5.0.11 is deprecated because it is no longer maintained.
5.0.10 3,719,692 9/14/2021 5.0.10 is deprecated because it is no longer maintained.
5.0.9 868,475 8/10/2021 5.0.9 is deprecated because it is no longer maintained.
5.0.8 1,046,630 7/13/2021 5.0.8 is deprecated because it is no longer maintained.
5.0.7 1,332,827 6/8/2021 5.0.7 is deprecated because it is no longer maintained.
5.0.6 900,361 5/11/2021 5.0.6 is deprecated because it is no longer maintained.
5.0.5 907,293 4/6/2021 5.0.5 is deprecated because it is no longer maintained.
5.0.4 854,420 3/9/2021 5.0.4 is deprecated because it is no longer maintained.
5.0.3 1,045,733 2/9/2021 5.0.3 is deprecated because it is no longer maintained.
5.0.2 700,534 1/12/2021 5.0.2 is deprecated because it is no longer maintained.
5.0.1 569,650 12/8/2020 5.0.1 is deprecated because it is no longer maintained.
5.0.0 1,883,175 11/9/2020 5.0.0 is deprecated because it is no longer maintained.
5.0.0-rc.2.20475.17 18,421 10/13/2020 5.0.0-rc.2.20475.17 is deprecated because it is no longer maintained.
5.0.0-rc.1.20451.17 12,331 9/14/2020 5.0.0-rc.1.20451.17 is deprecated because it is no longer maintained.
5.0.0-preview.8.20414.8 3,713 8/25/2020 5.0.0-preview.8.20414.8 is deprecated because it is no longer maintained.
5.0.0-preview.7.20365.19 3,735 7/21/2020 5.0.0-preview.7.20365.19 is deprecated because it is no longer maintained.
5.0.0-preview.6.20312.15 4,356 6/25/2020 5.0.0-preview.6.20312.15 is deprecated because it is no longer maintained.
5.0.0-preview.5.20279.2 1,295 6/10/2020 5.0.0-preview.5.20279.2 is deprecated because it is no longer maintained.
5.0.0-preview.4.20257.10 5,582 5/18/2020 5.0.0-preview.4.20257.10 is deprecated because it is no longer maintained.
5.0.0-preview.3.20215.14 2,659 4/23/2020 5.0.0-preview.3.20215.14 is deprecated because it is no longer maintained.
5.0.0-preview.2.20167.3 2,027 4/2/2020 5.0.0-preview.2.20167.3 is deprecated because it is no longer maintained.
5.0.0-preview.1.20124.5 2,199 3/16/2020 5.0.0-preview.1.20124.5 is deprecated because it is no longer maintained.
3.1.32 432,560 12/13/2022
3.1.31 50,482 11/8/2022
3.1.30 33,871 10/11/2022
3.1.29 37,867 9/13/2022
3.1.28 57,012 8/9/2022
3.1.27 60,720 7/12/2022
3.1.26 71,846 6/14/2022
3.1.25 73,188 5/10/2022
3.1.24 70,251 4/11/2022
3.1.23 107,461 3/8/2022
3.1.22 770,063 12/14/2021
3.1.21 191,905 11/7/2021
3.1.20 199,444 10/11/2021
3.1.19 257,514 9/14/2021
3.1.18 443,401 8/10/2021
3.1.17 288,783 7/13/2021
3.1.16 349,493 6/8/2021
3.1.15 475,245 5/11/2021
3.1.14 409,438 4/6/2021
3.1.13 366,234 3/9/2021
3.1.12 404,533 2/9/2021
3.1.11 460,888 1/12/2021
3.1.10 1,223,352 11/9/2020
3.1.9 1,250,070 10/13/2020
3.1.8 1,288,036 9/8/2020
3.1.7 861,309 8/11/2020
3.1.6 1,937,602 7/14/2020
3.1.5 2,220,506 6/9/2020
3.1.4 1,284,875 5/12/2020
3.1.3 2,574,203 3/24/2020
3.1.2 1,046,831 2/18/2020
3.1.1 1,460,556 1/14/2020
3.1.0 3,753,569 12/3/2019
3.1.0-preview3.19555.2 5,543 11/13/2019 3.1.0-preview3.19555.2 is deprecated because it is no longer maintained.
3.1.0-preview2.19528.8 1,038 11/1/2019 3.1.0-preview2.19528.8 is deprecated because it is no longer maintained.
3.1.0-preview1.19508.20 1,193 10/15/2019 3.1.0-preview1.19508.20 is deprecated because it is no longer maintained.
3.0.3 72,917 2/18/2020 3.0.3 is deprecated because it is no longer maintained.
3.0.2 37,124 1/14/2020 3.0.2 is deprecated because it is no longer maintained.
3.0.0 4,535,666 9/23/2019 3.0.0 is deprecated because it is no longer maintained.
3.0.0-rc1.19457.4 4,405 9/16/2019 3.0.0-rc1.19457.4 is deprecated because it is no longer maintained.
3.0.0-preview9.19424.4 16,695 9/4/2019 3.0.0-preview9.19424.4 is deprecated because it is no longer maintained.
3.0.0-preview8.19405.7 10,549 8/13/2019 3.0.0-preview8.19405.7 is deprecated because it is no longer maintained.
3.0.0-preview7.19365.7 5,776 7/23/2019 3.0.0-preview7.19365.7 is deprecated because it is no longer maintained.
3.0.0-preview6.19307.2 5,890 6/12/2019 3.0.0-preview6.19307.2 is deprecated because it is no longer maintained.
3.0.0-preview5-19227-01 3,516 5/6/2019 3.0.0-preview5-19227-01 is deprecated because it is no longer maintained.
3.0.0-preview4-19216-03 794 4/18/2019 3.0.0-preview4-19216-03 is deprecated because it is no longer maintained.
3.0.0-preview3-19153-02 1,620 3/6/2019 3.0.0-preview3-19153-02 is deprecated because it is no longer maintained.