Skip to content

v2.9.8

Compare
Choose a tag to compare
@dotpaul dotpaul released this 26 Nov 12:57
· 417 commits to 2.9.x since this release
1d07ec7

Release build of Roslyn-analyzers based on Microsoft.CodeAnalysis 2.9.0 NuGet packages. Works with VS 2017.9 or later.

Contains the following important changes on top of the v2.9.7 release.

Fixes

  • Fixed performance regression for most analyzers relying on tainted data analysis. Affects rules CA3001-CA3012 and CA5389.
  • Improved performance for dataflow analysis rules.