Upgrading SonarAnalyzer.CSharp nuget package to 10.18.0.131500 failed with this message:
This package can only be installed on Visual Studio 2015 Update 3 or later.
But i’m using Visual Studio 2026!
Version 18.0 is missing in the install.ps1
if (‘14.0’, ‘15.0’, ‘16.0’, ‘17.0’ -notcontains $project.DTE.Version) {
$invalidVsVersion = $true
}