We wish to be able to load Views from seperate class libraries via RazorFormat
We have tried setting :
Plugins.Add(new RazorFormat()
{
ViewLocations = paths.ToList(),
});
We have tried loading via EmbeddedResources and loading in an EmbeddedFileProvider.
Is there a way to load in views from a seperate class library the the currently executing assembly?