Skip to content

Merge to Live#36752

Merged
wadepickett merged 1 commit intolivefrom
main
Feb 6, 2026
Merged

Merge to Live#36752
wadepickett merged 1 commit intolivefrom
main

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Feb 6, 2026

[AUTOMATED]

* Update view-compilation.md with runtime compilation details

Clarified the obsolescence of runtime compilation in .NET 10 and its limitations for Razor components and production use.

* Update runtime compilation notes in view-compilation.md

Clarify the obsolescence and limitations of runtime compilation.

* Update notes on Razor runtime compilation in .NET 10

Clarified notes on Razor runtime compilation obsolescence and recommendations for production and development scenarios.

* Update aspnetcore/mvc/views/view-compilation.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Fix formatting in view-compilation.md

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@wadepickett wadepickett requested a review from Copilot February 6, 2026 17:39
Copy link
Contributor

@wadepickett wadepickett left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved

@wadepickett wadepickett merged commit 318fb85 into live Feb 6, 2026
8 checks passed
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the MVC Razor view compilation documentation to reflect .NET 10’s runtime compilation obsoletion guidance and refreshes article metadata for the live branch.

Changes:

  • Updated ms.date to 02/06/2026.
  • Expanded the runtime compilation NOTE into a detailed list of limitations/recommendations.
  • Removed bold emphasis from a later NOTE block.

Comment on lines 35 to +36
> [!NOTE]
> **Razor runtime compilation was obsoleted starting in .NET 10. When enabled, runtime compilation disables [.NET Hot Reload](xref:test/hot-reload). We recommend using Hot Reload instead for development scenarios. For more information, see [Razor runtime compilation is obsolete](/dotnet/core/compatibility/aspnet-core/10/razor-runtime-compilation-obsolete).**
> Razor runtime compilation was obsoleted starting in .NET 10. When enabled, runtime compilation disables [.NET Hot Reload](xref:test/hot-reload). We recommend using Hot Reload instead for development scenarios. For more information, see [Razor runtime compilation is obsolete](/dotnet/core/compatibility/aspnet-core/10/razor-runtime-compilation-obsolete).
Copy link

Copilot AI Feb 6, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are now two adjacent NOTE blocks that both state runtime compilation was obsoleted in .NET 10 and that it disables Hot Reload. Consider consolidating into a single NOTE (either keep the new detailed list and remove this one, or vice versa) to avoid redundant guidance and reduce the risk of the two notes drifting out of sync over time.

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants