Closed
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