Skip to content

Commit 8bd3d0b

Browse files
authored
Update 17/umbraco-cms/fundamentals/setup/upgrading/version-specific/README.md
1 parent 5339f95 commit 8bd3d0b

File tree

1 file changed

+2
-2
lines changed
  • 17/umbraco-cms/fundamentals/setup/upgrading/version-specific

1 file changed

+2
-2
lines changed

17/umbraco-cms/fundamentals/setup/upgrading/version-specific/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@ For more details on this update see the following PRs: [#19705](https://github.c
6767

6868
This change was made due to the [obsoletion of Razor run-time compilation in .NET](https://learn.microsoft.com/en-us/dotnet/core/compatibility/aspnet-core/10/razor-runtime-compilation-obsolete). `InMemoryAuto` depends on Razor run-time compilation, which is not compatible with Hot Reload. As long as `InMemoryAuto` exists in the codebase, Hot Reload cannot be enabled. To work towards making Hot Reload the default developer experience, `InMemoryAuto` has been moved into its own package..
6969

70-
If you use `InMemoryAuto` models builder, or rely Razor runtime compilation in editing templates via the backoffice, you need to reference the `Umbraco.Cms.DevelopmentMode.Backoffice` package.
70+
If you use `InMemoryAuto` models builder, or rely on Razor runtime compilation for editing templates via the backoffice, you need to reference the `Umbraco.Cms.DevelopmentMode.Backoffice` package.
7171

72-
If using models builder with one of the source code modes (this is, not `InMemoryAuto`) you do not need to reference the `Umbraco.Cms.DevelopmentMode.Backoffice` package. However you will need to ensure the following settings are removed from your in your .csproj file:
72+
If using models builder with one of the source code modes (that is, not `InMemoryAuto`), you do not need to reference the `Umbraco.Cms.DevelopmentMode.Backoffice` package. However, ensure the following settings are removed from your `.csproj` file:
7373

7474
```
7575
<RazorCompileOnBuild>false</RazorCompileOnBuild>

0 commit comments

Comments
 (0)