Perf: look at using Buildalyzer as alternative to loading full MSBuild workspace #356
Labels
performance
Caching and other performance issues.
roslyn
.NET Roslyn compiler messages and configuration
Part of the performance issues we're trying to solve via caching are related to the
Workspace.LoadSolutionAsync
call - maybe it's possible to do that much more performantly via https://github.com/phmonte/BuildalyzerAlternative to #342
The text was updated successfully, but these errors were encountered: