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 rewrite using a dictionary to map severity types to a severity level would be alot more efficient. The Linq-expression does cost alot of performance.
The text was updated successfully, but these errors were encountered:
The foreach loop @
https://github.com/alanwales/vsts-resharper-code-quality-task/blob/master/src/task/RunResharperCodeAnalysisTool.ps1#L134
is very slow with a huge amount of found issues. (takes like 3-5 min for 30000 issues on our machines).
A rewrite using a dictionary to map severity types to a severity level would be alot more efficient. The Linq-expression does cost alot of performance.
The text was updated successfully, but these errors were encountered: