Skip to content

Releases: Soloplan/resharper-clt-plugin

1.2.0.202013: Support "DO_NOT_SHOW" rules

10 Jun 11:49
Compare
Choose a tag to compare

This change provides rules for SonarQube that have the default ReSharper severity of "DO_NOT_SHOW"

See 137063b for more details.

Overall this makes a total of 89 new rules available in SonarQube.

1.1.1.202013: Bugfix release

09 Jun 07:58
Compare
Choose a tag to compare

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

1.1.0.202013: Improve default rule mapping

08 Jun 12:57
Compare
Choose a tag to compare

A lot of rules that have been previously classified as SonarQube BUG are now just a CODE_SMELL instead.

Overall Rule Count by Type

resharper-clt-plugin 1.0.0-rc4 (2018.3.4):

  • Bugs: 476
  • Code Smells: 264
  • Overall: 740

resharper-clt-plugin 1.1.0.202013 (2020.1.3):

  • Bugs: 110
  • Code Smells: 752
  • Overall: 862

Notice, that it's now possible to configure RuleOverrides at the level of the InspectCode CategoryId.

1.0.0.202013: Update ruleset to inspectcode 2020.1.3

05 Jun 09:42
f176164
Compare
Choose a tag to compare
Merge pull request #9 from Soloplan/2020.1.3

Update ReSharper issue definitions to 2020.1.3

1.0.0-RC4

27 Jun 15:22
Compare
Choose a tag to compare

Changes

  • Adjust type of CSharpWarnings::CS1573: BUG -> CODE_SMELL
  • Adjust type of CSharpWarnings::CS1591: BUG -> CODE_SMELL
  • Adjust type of CSharpWarnings::CS1587: BUG -> CODE_SMELL
  • Build with OpenJDK8 instead of OracleJDK8

1.0.0-RC3: Update ruleset to inspectcode 2018.3.4

06 Mar 13:27
1a26a1c
Compare
Choose a tag to compare

1.0.0-RC1

06 Mar 10:15
003728a
Compare
Choose a tag to compare
Tag the current state of the plugin as RC1.