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

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:

<!-- Example Razor view: Views/Home/Index.cshtml -->
@{
    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.

Showing the top 20 packages that depend on Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation.

Packages Downloads
Quantum.Framework.Core.NetCore
Package Description
65
Quantum.Framework.Core.NetCore
Package Description
66
Quantum.Framework.Core.NetCore
Package Description
68
Quantum.Framework.Core.NetCore
Package Description
69
Quantum.Framework.Core.NetCore
Package Description
71
Quantum.Framework.Core.NetCore
Package Description
73
Quantum.Framework.Core.NetCore
Package Description
75
Quantum.Framework.Core.NetCore
Package Description
83
Quantum.Framework.Core.NetCore
Package Description
84
Quantum.Framework.Core.NetCore
Package Description
91
Quantum.Framework.Core.NetCore
Package Description
93
Quantum.Framework.Core.NetCore
Package Description
95
Quantum.Framework.Core.NetCore
Package Description
101
Quantum.Framework.Core.NetCore
Package Description
129
Quantum.Framework.Core.NetCore
Package Description
166
Quantum.Framework.Core.NetCore
Package Description
175

Version Downloads Last updated
10.0.0-preview.7.25380.108 2 08/14/2025
10.0.0-preview.6.25358.103 4 07/19/2025
10.0.0-preview.5.25277.114 7 06/08/2025
10.0.0-preview.4.25258.110 7 05/15/2025
10.0.0-preview.3.25172.1 11 04/19/2025
10.0.0-preview.2.25164.1 9 03/30/2025
10.0.0-preview.1.25120.3 10 03/14/2025
9.0.8 2 08/09/2025
9.0.7 4 07/09/2025
9.0.6 5 06/14/2025
9.0.5 6 05/16/2025
9.0.4 7 04/17/2025
9.0.3 9 03/13/2025
9.0.2 12 02/15/2025
9.0.1 12 01/15/2025
9.0.0 17 11/14/2024
9.0.0-rc.2.24474.3 19 11/10/2024
9.0.0-rc.1.24452.1 17 11/14/2024
9.0.0-preview.7.24406.2 14 11/27/2024
9.0.0-preview.6.24328.4 14 12/02/2024
9.0.0-preview.5.24306.11 16 11/29/2024
9.0.0-preview.4.24267.6 17 11/27/2024
9.0.0-preview.3.24172.13 17 11/12/2024
9.0.0-preview.2.24128.4 26 05/08/2024
9.0.0-preview.1.24081.5 15 11/25/2024
8.0.19 1 08/11/2025
8.0.18 4 07/09/2025
8.0.17 3 06/14/2025
8.0.16 6 05/16/2025
8.0.15 7 04/19/2025
8.0.14 8 03/13/2025
8.0.13 15 02/15/2025
8.0.12 13 01/15/2025
8.0.11 15 11/14/2024
8.0.10 18 12/11/2024
8.0.8 17 12/04/2024
8.0.7 15 11/12/2024
8.0.6 14 12/03/2024
8.0.5 14 11/25/2024
8.0.4 14 12/02/2024
8.0.3 15 12/11/2024
8.0.2 14 11/29/2024
8.0.1 13 11/27/2024
8.0.0 13 11/25/2024
8.0.0-rc.2.23480.2 15 11/14/2024
8.0.0-rc.1.23421.29 15 11/28/2024
8.0.0-preview.7.23375.9 12 11/27/2024
8.0.0-preview.6.23329.11 29 08/07/2023
8.0.0-preview.5.23302.2 15 12/06/2024
8.0.0-preview.4.23260.4 19 11/13/2024
8.0.0-preview.3.23177.8 15 12/06/2024
8.0.0-preview.2.23153.2 16 11/13/2024
8.0.0-preview.1.23112.2 12 11/28/2024
7.0.20 14 11/28/2024
7.0.19 14 11/28/2024
7.0.18 18 12/10/2024
7.0.17 14 12/10/2024
7.0.16 15 11/28/2024
7.0.15 15 11/30/2024
7.0.14 16 11/29/2024
7.0.13 16 11/13/2024
7.0.12 15 12/06/2024
7.0.11 14 11/27/2024
7.0.10 13 12/10/2024
7.0.9 14 11/19/2024
7.0.8 14 11/27/2024
7.0.7 16 11/28/2024
7.0.5 21 02/22/2024
7.0.4 14 11/14/2024
7.0.3 16 11/25/2024
7.0.2 17 12/03/2024
7.0.1 17 11/12/2024
7.0.0 12 11/28/2024
7.0.0-rc.2.22476.2 16 11/12/2024
7.0.0-rc.1.22427.2 21 09/27/2022
7.0.0-preview.7.22376.6 16 12/10/2024
7.0.0-preview.6.22330.3 16 11/14/2024
7.0.0-preview.5.22303.8 11 12/06/2024
7.0.0-preview.4.22251.1 13 11/29/2024
7.0.0-preview.3.22178.4 15 12/03/2024
7.0.0-preview.2.22153.2 21 11/29/2024
7.0.0-preview.1.22109.13 15 11/13/2024
6.0.36 15 12/03/2024
6.0.35 16 12/10/2024
6.0.33 16 11/27/2024
6.0.32 19 11/28/2024
6.0.31 16 12/14/2024
6.0.30 15 11/26/2024
6.0.29 11 11/26/2024
6.0.28 15 12/02/2024
6.0.27 21 11/27/2024
6.0.26 18 12/02/2024
6.0.25 17 11/23/2024
6.0.24 14 12/10/2024
6.0.23 15 12/10/2024
6.0.22 15 11/28/2024
6.0.21 11 11/27/2024
6.0.20 18 11/12/2024
6.0.19 14 11/28/2024
6.0.18 15 11/14/2024
6.0.16 14 11/13/2024
6.0.15 20 11/28/2024
6.0.14 14 12/06/2024
6.0.13 16 11/12/2024
6.0.12 15 12/11/2024
6.0.11 20 11/28/2024
6.0.10 21 02/23/2023
6.0.9 15 11/25/2024
6.0.8 21 08/23/2022
6.0.7 13 12/14/2024
6.0.6 13 12/06/2024
6.0.5 21 06/28/2022
6.0.4 12 11/28/2024
6.0.3 15 11/27/2024
6.0.2 14 11/28/2024
6.0.1 16 11/13/2024
6.0.0 18 11/28/2024
6.0.0-rc.2.21480.10 16 11/14/2024
6.0.0-rc.1.21452.15 14 12/02/2024
6.0.0-preview.7.21378.6 14 12/06/2024
6.0.0-preview.6.21355.2 15 12/04/2024
6.0.0-preview.5.21301.17 16 11/14/2024
6.0.0-preview.4.21253.5 12 11/12/2024
6.0.0-preview.3.21201.13 13 12/06/2024
6.0.0-preview.2.21154.6 15 11/12/2024
6.0.0-preview.1.21103.6 15 12/10/2024
5.0.17 12 11/26/2024
5.0.16 22 11/14/2024
5.0.15 13 11/28/2024
5.0.14 16 11/27/2024
5.0.13 18 11/27/2024
5.0.12 16 12/07/2024
5.0.11 12 11/14/2024
5.0.10 19 11/29/2024
5.0.9 19 11/13/2024
5.0.8 17 11/27/2024
5.0.7 16 11/29/2024
5.0.6 15 12/11/2024
5.0.5 16 11/14/2024
5.0.4 18 12/02/2024
5.0.3 14 11/26/2024
5.0.2 16 11/27/2024
5.0.1 17 11/13/2024
5.0.0 15 12/14/2024
5.0.0-rc.2.20475.17 15 11/12/2024
5.0.0-rc.1.20451.17 22 11/27/2024
5.0.0-preview.8.20414.8 17 11/14/2024
5.0.0-preview.7.20365.19 16 11/27/2024
5.0.0-preview.6.20312.15 19 11/12/2024
5.0.0-preview.5.20279.2 13 12/06/2024
5.0.0-preview.4.20257.10 16 12/02/2024
5.0.0-preview.3.20215.14 13 11/23/2024
5.0.0-preview.2.20167.3 13 12/02/2024
5.0.0-preview.1.20124.5 17 11/13/2024
3.1.32 9,443 05/11/2023
3.1.31 17 11/14/2024
3.1.30 21 12/12/2022
3.1.29 13 11/28/2024
3.1.28 22 10/20/2022
3.1.27 20 07/25/2022
3.1.26 12 11/25/2024
3.1.25 17 11/28/2024
3.1.24 14 11/11/2024
3.1.23 26 02/22/2024
3.1.21 13 11/27/2024
3.1.15 14 12/01/2024
3.1.12 17 11/26/2024
3.1.11 15 11/12/2024
3.1.9 13 12/06/2024
3.1.8 15 12/11/2024
3.1.6 19 12/06/2024
3.1.5 17 11/14/2024
3.1.3 15 12/09/2024
3.1.1 15 11/14/2024
3.1.0 14 11/14/2024
3.1.0-preview3.19555.2 16 11/13/2024
3.1.0-preview2.19528.8 15 11/14/2024
3.1.0-preview1.19508.20 17 11/26/2024
3.0.3 15 11/27/2024
3.0.2 20 12/02/2024
3.0.0 16 11/30/2024
3.0.0-rc1.19457.4 15 11/27/2024
3.0.0-preview9.19424.4 18 11/12/2024
3.0.0-preview8.19405.7 13 12/11/2024
3.0.0-preview7.19365.7 14 11/14/2024
3.0.0-preview6.19307.2 15 11/12/2024
3.0.0-preview5-19227-01 16 11/14/2024
3.0.0-preview4-19216-03 16 11/27/2024
3.0.0-preview3-19153-02 15 11/26/2024