rjmurillo / moq.analyzers

Set of analyzers for Moq mocking library
BSD 3-Clause "New" or "Revised" License
22 stars 2 forks source link

Investigate why Microsoft.CodeAnalysis.Testing is so slow #64

Open MattKotsenas opened 4 months ago

MattKotsenas commented 4 months ago

The official test harness is slower than our own custom harness. It tests more though, so the comparison isn't apples-to-apples.

This is a tracking bug to investigate the slowness and fix, either on our end or upstream.

MattKotsenas commented 4 months ago

Opened a PR upstream to document the reference assemblies caching best practice: https://github.com/dotnet/roslyn-sdk/pull/1160