diff --git a/docs/core/compatibility/aspnet-core/10/razor-runtime-compilation-obsolete.md b/docs/core/compatibility/aspnet-core/10/razor-runtime-compilation-obsolete.md index 33a18a06935cf..80c409579cf26 100644 --- a/docs/core/compatibility/aspnet-core/10/razor-runtime-compilation-obsolete.md +++ b/docs/core/compatibility/aspnet-core/10/razor-runtime-compilation-obsolete.md @@ -6,7 +6,7 @@ ms.date: 08/08/2025 # Razor run-time compilation is obsolete -Razor run-time compilation is obsolete and is not recommended for production scenarios. For production scenarios, use the default build-time compilation. For development scenarios, use Hot Reload instead. +Razor run-time compilation is obsolete and is not recommended for production scenarios. For production scenarios, use the default build-time compilation. For development scenarios, use [Hot Reload](/aspnet/core/test/hot-reload) instead. ## Version introduced @@ -28,11 +28,11 @@ This change can affect [source compatibility](../../categories.md#source-compati ## Reason for change -Razor run-time compilation has been replaced by Hot Reload, which has been the recommended approach for a few years now. This change makes it clearer that Razor run-time compilation doesn't get support for new features and should no longer be used. +Razor run-time compilation has been replaced by [Hot Reload](/aspnet/core/test/hot-reload), which has been the recommended approach for a few years now. This change makes it clearer that Razor run-time compilation doesn't get support for new features and should no longer be used. ## Recommended action -Remove calls to and use Hot Reload instead. +Remove calls to and use [Hot Reload](/aspnet/core/test/hot-reload) instead. ## Affected APIs @@ -41,3 +41,7 @@ Remove calls to - - + +## See also + +- [.NET Hot Reload support for ASP.NET Core](/aspnet/core/test/hot-reload)