-
Notifications
You must be signed in to change notification settings - Fork 10.7k
Hot Reload for ASP.NET Core #18486
Copy link
Copy link
Closed
Labels
Components Big RockThis issue tracks a big effort which can span multiple issuesThis issue tracks a big effort which can span multiple issuesDoneThis issue has been fixedThis issue has been fixedEpicGroups multiple user stories. Can be grouped under a theme.Groups multiple user stories. Can be grouped under a theme.Priority:0Work that we can't release withoutWork that we can't release withoutTheme: inner-loopaffected-allThis issue impacts all the customersThis issue impacts all the customersarea-mvcIncludes: MVC, Actions and Controllers, Localization, CORS, most templatesIncludes: MVC, Actions and Controllers, Localization, CORS, most templatesenhancementThis issue represents an ask for new feature or an enhancement to an existing oneThis issue represents an ask for new feature or an enhancement to an existing onefeature-hot-reloadThis issue is related to the Hot Reload feaatureThis issue is related to the Hot Reload feaatureseverity-majorThis label is used by an internal toolThis label is used by an internal tool
Milestone
Metadata
Metadata
Assignees
Labels
Components Big RockThis issue tracks a big effort which can span multiple issuesThis issue tracks a big effort which can span multiple issuesDoneThis issue has been fixedThis issue has been fixedEpicGroups multiple user stories. Can be grouped under a theme.Groups multiple user stories. Can be grouped under a theme.Priority:0Work that we can't release withoutWork that we can't release withoutTheme: inner-loopaffected-allThis issue impacts all the customersThis issue impacts all the customersarea-mvcIncludes: MVC, Actions and Controllers, Localization, CORS, most templatesIncludes: MVC, Actions and Controllers, Localization, CORS, most templatesenhancementThis issue represents an ask for new feature or an enhancement to an existing oneThis issue represents an ask for new feature or an enhancement to an existing onefeature-hot-reloadThis issue is related to the Hot Reload feaatureThis issue is related to the Hot Reload feaatureseverity-majorThis label is used by an internal toolThis label is used by an internal tool
Type
Fields
Give feedbackNo fields configured for issues without a type.
.NET 6.0 is introducing support for Hot Reload during development.
This issue is tracking ASP.NET Core specific changes required to make the developer experience great when code changes are applied via the new Hot Reload feature in .NET 6.0. These code changes are anticipated to be those supported by the runtime's Edit and Continue feature, or new versions of an entire type, in cases where ASP.NET Core could support appropriate remapping to the new type (e.g. a Razor View).