v3.0.0-beta2.final
Pre-release
Pre-release
Pre-release build of Roslyn-analyzers based on Microsoft.CodeAnalysis 3.0.0 NuGet packages. Works with VS 2019 or later.
Contains following important changes on top of v2.9.x releases
Bug Fixes
Lot of bug fixes
Additional analyzers/fixers:
Added
- Design
- Reliability
- Usage
- CA2215: Dispose methods should call base class dispose -- Enabled by default
Changed
- Security
- CA5361: Do Not Disable SChannel Use of Strong Crypto -- Now disabled by default
- CA5376: Use SharedAccessProtocol HttpsOnly -- Now disabled by default
- CA5377: Use Container Level Access Policy -- Now disabled by default
- CA5378: Do not disable ServicePointManagerSecurityProtocols -- Now disabled by default
- CA5380: Do Not Add Certificates To Root Store -- Now disabled by default
- CA5381: Ensure Certificates Are Not Added To Root Store -- Now disabled by default