.NET Compiler Platform ("Roslyn") Analyzers v3.3.2 Release Notes

Release Date: 2020-12-04 // over 3 years ago
  • ๐Ÿš€ Release build of Roslyn-analyzers based on Microsoft.CodeAnalysis 3.3.0 NuGet packages. Works with VS 2019 16.3 or later.

    • ๐Ÿš€ Contains important functionality and performance bug fixes on top of v3.3.1 release
    • ๐Ÿ“„ New deprecation warning CA9998 for Microsoft.CodeAnalysis.FxCopAnalyzers package:
      ๐Ÿ“ฆ FxCopAnalyzers package has been deprecated in favor of 'Microsoft.CodeAnalysis.NetAnalyzers', that ships with the .NET SDK. Please refer to https://docs.microsoft.com/visualstudio/code-quality/migrate-from-fxcop-analyzers-to-net-analyzers to migrate to .NET analyzers.