-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Closed
Closed
Copy link
Labels
area-mvcIncludes: MVC, Actions and Controllers, Localization, CORS, most templatesIncludes: MVC, Actions and Controllers, Localization, CORS, most templatesquestion
Milestone
Description
Describe the bug
After figuring out that view recompilation only works without debugging now i tried to get it working on RCL views - should this be working or is this not supported yet?
To Reproduce
Steps to reproduce the behavior:
- Create a mvc netcore3.0 app
- Create a RCL
- Load RCL into mvc app, register the parts
- start without debugging
- change views/home/index.cshtml - that should work
- change a view within a RCL - that does not seem to work.
Reproduction
- checkout https://github.com/taori/Sandbox/tree/netcore3-recompilefails
- Debug ComposableWebApplication
- Change Home/Index.cshtml in main project
- Reload
- And then i get the error.
- MyFeature/Page1 should also work if changing content.
Screenshots
Expected behavior
I would expect RCL views to update as well, not just views which are in the main application
Metadata
Metadata
Assignees
Labels
area-mvcIncludes: MVC, Actions and Controllers, Localization, CORS, most templatesIncludes: MVC, Actions and Controllers, Localization, CORS, most templatesquestion
