1.1.1.202013: Bugfix release
Fixed issue described in #7:
ReSharper provides some aggregated CA*
rules, separating them with a ,
in the key (e.g. CSharpWarnings::CS0108,CS0114
. SonarQube imports these rules but has problems assigning issues to them and filtering by related rule keys. With this change, this plugin renames these Resharper rules by replacing the ,
with _
.
This affects the following rules:
CSharpWarnings::CS0108,CS0114
->CSharpWarnings::CS0108_CS0114
CSharpWarnings::CS0252,CS0253
->CSharpWarnings::CS0252_CS0253
CSharpWarnings::CS0660,CS0661
->CSharpWarnings::CS0660_CS0661
CSharpWarnings::CS1574,CS1584,CS1581,CS1580
->CSharpWarnings::CS1574_CS1584_CS1581_CS1580