Подія
19 лист., 23 - 21 лист., 23
Приєднуйтеся до онлайн-сеансів у Microsoft Ignite, створених для розширення навичок і вирішення сучасних складних проблем.
Зареєструватися заразЦей браузер більше не підтримується.
Замініть його на Microsoft Edge, щоб користуватися перевагами найновіших функцій, оновлень безпеки та технічної підтримки.
.NET Hot Reload applies code changes, including changes to stylesheets, to a running app without restarting the app and without losing app state. Hot Reload is supported for all ASP.NET Core 6.0 and later projects.
Generally, updated code is rerun to take effect with the following conditions:
OnInitialized
).For more information on supported scenarios, see Supported code changes (C# and Visual Basic).
Blazor WebAssembly Hot Reload supports the following code changes:
this
to existing methods that already captured this
previously.Note that when an attribute is removed that previously set the value of a component parameter, the component is disposed and re-initialized to set the removed parameter back to its default value.
The following code changes aren't supported for Blazor WebAssembly apps:
await
operator or yield
keyword expression.Blazor WebAssembly Hot Reload supports the following code changes:
this
to existing methods that already captured this
previously.Note that when an attribute is removed that previously set the value of a component parameter, the component is disposed and re-initialized to set the removed parameter back to its default value.
The following code changes aren't supported for Blazor WebAssembly apps:
await
operator or yield
keyword expression.static
) fields, events, or properties.Blazor WebAssembly Hot Reload supports the following code changes:
The following code changes aren't supported for Blazor WebAssembly apps:
await
operator or yield
keyword expression.static
) fields, events, or properties.Hot Reload is activated using the dotnet watch
command:
dotnet watch
To force the app to rebuild and restart, use the keyboard combination Ctrl+R in the command shell.
When an unsupported code edit is made, called a rude edit, dotnet watch
asks you if you want to restart the app:
To disable support for Hot Reload, pass the --no-hot-reload
option to the dotnet watch
command:
dotnet watch --no-hot-reload
The following setting in Properties/launchSettings.json
disables Hot Reload:
"hotReloadEnabled" : false
For more information, see the following resources in the Visual Studio documentation:
Відгук про ASP.NET Core
ASP.NET Core – це проект із відкритим кодом. Виберіть посилання, щоб надати відгук:
Подія
19 лист., 23 - 21 лист., 23
Приєднуйтеся до онлайн-сеансів у Microsoft Ignite, створених для розширення навичок і вирішення сучасних складних проблем.
Зареєструватися зараз