Skip to content

Commit

Permalink
Implement S3898 -ValueTypes should implement IEquatable - for VB.NET (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Corniel Nobel committed Jan 26, 2023
1 parent c62cc0c commit 7cce08b
Show file tree
Hide file tree
Showing 30 changed files with 1,303 additions and 356 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ languages in [SonarQube](http://www.sonarqube.org/), [SonarCloud](https://sonarc

## Features

* [370+ C# rules](https://rules.sonarsource.com/csharp) and [160+ VB.​NET rules](https://rules.sonarsource.com/vbnet)
* [370+ C# rules](https://rules.sonarsource.com/csharp) and [170+ VB.​NET rules](https://rules.sonarsource.com/vbnet)
* Metrics (cognitive complexity, duplications, number of lines etc.)
* Import of [test coverage reports](https://community.sonarsource.com/t/9871) from Visual Studio Code Coverage, dotCover, OpenCover, Coverlet, Altcover.
* Import of third party Roslyn Analyzers results
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"issues": [
{
"id": "S3898",
"message": "Implement 'IEquatable<T>' in value type 'Arguments'.",
"location": {
"uri": "sources\Ember-MM\Ember%20Media%20Manager\frmMain.vb",
"region": {
"startLine": 8978,
"startColumn": 23,
"endLine": 8978,
"endColumn": 32
}
}
},
{
"id": "S3898",
"message": "Implement 'IEquatable<T>' in value type 'Results'.",
"location": {
"uri": "sources\Ember-MM\Ember%20Media%20Manager\frmMain.vb",
"region": {
"startLine": 8997,
"startColumn": 23,
"endLine": 8997,
"endColumn": 30
}
}
}
]
}

0 comments on commit 7cce08b

Please sign in to comment.