WiseTechGlobal / WTG.Analyzers

Analyzers from WiseTech Global to enforce our styles, behaviours, and prevent common mistakes.
Other
16 stars 3 forks source link

Upgrade Roslyn to 3.7. #171

Closed brian-reichle closed 2 years ago

brian-reichle commented 2 years ago

The oldest version of Visual Studio 2019 still supported is 16.7 (Until April 2022). This version of visual studio supports at least Roslyn 3.6 (and probably 3.7, but it's not clear).

This should allow us to fix issues relating to nullable reference types.