You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A bug in AdditionalFile.GetText (fixed in dotnet/roslyn#6596) can cause thread pool explosions which result in long delays (UI hangs) when analyzers are enabled in Visual Studio. We currently use this method in SettingsHelper to read the stylecop.json file. As a workaround prior to this bug being fixed, we should investigate the use of an alternative approach (e.g. File.ReadAllText based on AdditionalFile.Path).
The text was updated successfully, but these errors were encountered:
A bug in
AdditionalFile.GetText
(fixed in dotnet/roslyn#6596) can cause thread pool explosions which result in long delays (UI hangs) when analyzers are enabled in Visual Studio. We currently use this method inSettingsHelper
to read the stylecop.json file. As a workaround prior to this bug being fixed, we should investigate the use of an alternative approach (e.g.File.ReadAllText
based onAdditionalFile.Path
).The text was updated successfully, but these errors were encountered: