Hi everyone,
did some try (and succeed) to use Razor within a plugin?
I tried to use RazorLight, which isn't possible because it is not strongly signed, which is a prerequisite for plugins.
Afterwards I tried the unmaintained RazorEngine, which fails, because the plugins assemblies are loaded dynamically and not from disk. Which in turn causes an error in RazorEngine which I'm currently trying to work around.
I will have a look at this tomorrow, but maybe someone else can either confirm that it works or doesn't. :)
If everything fails, I will deploy the assembly to the GAC also I would prefer not to resort to this.
Best regards,
Daniel