Hi,
I am very interessed in using that new Roslyn Extension, as i think it will resolve on of our issue because loading an assembly with reflection loads it in your appdomain, so if you remove it and add the same assembly but with a different version, it would make my application crash. I was already using a work around by loading these assembly in a separate app domain, then i was loading the .dat files in my main application, but i would assume that using the new Roslyn Extension would make this process less painful.
Is there any documentation on how to use it? I couldn't find it in your demo app.
Thank you!