Improve implementation of analyzer loader#11956
Conversation
887b228 to
fca086e
Compare
|
@mavasani Please review |
There was a problem hiding this comment.
Dictionary<string, HashSet<string>>?
There was a problem hiding this comment.
That would be unnecessary imo. Usually there won't be many analyzers with the same simple assembly name. Rahter there will usually be one.
|
👍 Thanks! |
|
test vsi please |
|
@dotnet-bot retest windows_vsi_p2_open_prtest please |
|
@dotnet-bot retest windows_vsi_p2_open_prtest please |
|
test vsi please |
|
@mavasani The failing integration test passes on my machine. |
|
@dotnet-bot retest windows_vsi_p2_open_prtest please |
Fixes deadlock when bootstraping Roslyn on Linux with CoreFX rc4-24211-01
Note: VSI tests are expected to fail atm due to some cross-repo dependencies.
Need to merge https://github.com/dotnet/roslyn-internal/pull/1062 first.
I have filed issue #11977 to add more test coverage and #11978 to suppress warnings on Linux reported by analyzers once this is change is merged.