MVC View model not found when rendering view in external library
I have a NetCore 6 MVC application which is loading in Controllers and Views from an external project. The project assemblies are dynamically loaded in rather than by project reference.