From 5c4416e3416d85dc78f70b8e0638452ed818b511 Mon Sep 17 00:00:00 2001 From: Luke Latham <1622880+guardrex@users.noreply.github.com> Date: Tue, 9 Nov 2021 18:15:10 -0600 Subject: [PATCH 1/3] Update Hot Reload topic cross-link --- aspnetcore/release-notes/aspnetcore-6.0.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/aspnetcore/release-notes/aspnetcore-6.0.md b/aspnetcore/release-notes/aspnetcore-6.0.md index 94c899741536..aac17e7bd570 100644 --- a/aspnetcore/release-notes/aspnetcore-6.0.md +++ b/aspnetcore/release-notes/aspnetcore-6.0.md @@ -45,7 +45,7 @@ The Razor compiler is now based on [C# source generators](/dotnet/csharp/roslyn- The Razor compiler previously utilized a two-step compilation process that produced a separate Views assembly that contained the generated views and pages (`.cshtml` files) defined in the app. The generated types were public and under the `AspNetCore` namespace. -The updated Razor compiler builds the views and pages types into the main project assembly. These types are now generated by default as internal sealed in the `AspNetCoreGeneratedDocument` namespace. This change improves build performance, enables single file deployment, and enables these types to participate in [.NET Hot Reload](https://devblogs.microsoft.com/dotnet/update-on-net-hot-reload-progress-and-visual-studio-2022-highlights/). +The updated Razor compiler builds the views and pages types into the main project assembly. These types are now generated by default as internal sealed in the `AspNetCoreGeneratedDocument` namespace. This change improves build performance, enables single file deployment, and enables these types to participate in [.NET Hot Reload](xref:test/hot-reload). For more information about this change, see [the related announcement issue](https://github.com/aspnet/Announcements/issues/459) on GitHub. @@ -390,11 +390,9 @@ Cookie authentication sliding expiration can now be customized or suppressed usi ## Miscellaneous - +Quickly make UI and code updates to running apps without losing app state for faster and more productive developer experience using [Hot reload](xref:test/hot-reload). For more information, see [Update on .NET Hot Reload progress and Visual Studio 2022 Highlights](https://devblogs.microsoft.com/dotnet/update-on-net-hot-reload-progress-and-visual-studio-2022-highlights/). +Hot Reload minimizes the number of app restarts after code changes. For more information, see . ### Generic type constraints in Razor From 1fc109a34ff8feefb9b35e20607d9765a2954cc1 Mon Sep 17 00:00:00 2001 From: Luke Latham <1622880+guardrex@users.noreply.github.com> Date: Tue, 9 Nov 2021 18:22:16 -0600 Subject: [PATCH 2/3] Proper noun --- aspnetcore/release-notes/aspnetcore-6.0.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aspnetcore/release-notes/aspnetcore-6.0.md b/aspnetcore/release-notes/aspnetcore-6.0.md index aac17e7bd570..aa457689c292 100644 --- a/aspnetcore/release-notes/aspnetcore-6.0.md +++ b/aspnetcore/release-notes/aspnetcore-6.0.md @@ -390,9 +390,9 @@ Cookie authentication sliding expiration can now be customized or suppressed usi ## Miscellaneous -### Hot reload +### Hot Reload -Quickly make UI and code updates to running apps without losing app state for faster and more productive developer experience using [Hot reload](xref:test/hot-reload). For more information, see [Update on .NET Hot Reload progress and Visual Studio 2022 Highlights](https://devblogs.microsoft.com/dotnet/update-on-net-hot-reload-progress-and-visual-studio-2022-highlights/). +Quickly make UI and code updates to running apps without losing app state for faster and more productive developer experience using [Hot Reload](xref:test/hot-reload). For more information, see [Update on .NET Hot Reload progress and Visual Studio 2022 Highlights](https://devblogs.microsoft.com/dotnet/update-on-net-hot-reload-progress-and-visual-studio-2022-highlights/).