Skip to content

View recompilation for assemblies loaded through AssemblyLoadContext does not work #14359

Closed
@taori

Description

@taori

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

Screenshots

grafik

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 templatesquestion

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions