At startup I do :
_dotNetProjectResolver.CachePath = Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "Cache");
SemanticParserService.Start();
_dotNetProjectResolver.AddExternalReference("...my assembly");
The "Cache" doesn't detect assembly updates. If I put more methods in "my assembly" I can't see it in the "Intellisense", only after delete all files in the "Cache" and re-start the application.
Regards,
Alexnaldo Santos