Skip to content

Commit

Permalink
IT
Browse files Browse the repository at this point in the history
  • Loading branch information
antonioaversa committed Feb 15, 2023
1 parent 94d1887 commit f9dbfdd
Show file tree
Hide file tree
Showing 4 changed files with 68 additions and 0 deletions.
17 changes: 17 additions & 0 deletions analyzers/its/expected/Automapper/AutoMapper--net461-S2445.json
@@ -0,0 +1,17 @@
{
"issues": [
{
"id": "S2445",
"message": "'typeMap' is a local variable, and should not be used for locking.",
"location": {
"uri": "sources\Automapper\src\AutoMapper\Configuration\MapperConfiguration.cs",
"region": {
"startLine": 256,
"startColumn": 27,
"endLine": 256,
"endColumn": 34
}
}
}
]
}
@@ -0,0 +1,17 @@
{
"issues": [
{
"id": "S2445",
"message": "'typeMap' is a local variable, and should not be used for locking.",
"location": {
"uri": "sources\Automapper\src\AutoMapper\Configuration\MapperConfiguration.cs",
"region": {
"startLine": 256,
"startColumn": 27,
"endLine": 256,
"endColumn": 34
}
}
}
]
}
17 changes: 17 additions & 0 deletions analyzers/its/expected/Nancy/Nancy--net452-S2445.json
@@ -0,0 +1,17 @@
{
"issues": [
{
"id": "S2445",
"message": "'entitiesLock' is not 'private readonly', and should not be used for locking.",
"location": {
"uri": "sources\Nancy\src\Nancy\Helpers\HttpEncoder.cs",
"region": {
"startLine": 62,
"startColumn": 23,
"endLine": 62,
"endColumn": 35
}
}
}
]
}
17 changes: 17 additions & 0 deletions analyzers/its/expected/Nancy/Nancy--netstandard2.0-S2445.json
@@ -0,0 +1,17 @@
{
"issues": [
{
"id": "S2445",
"message": "'entitiesLock' is not 'private readonly', and should not be used for locking.",
"location": {
"uri": "sources\Nancy\src\Nancy\Helpers\HttpEncoder.cs",
"region": {
"startLine": 62,
"startColumn": 23,
"endLine": 62,
"endColumn": 35
}
}
}
]
}

0 comments on commit f9dbfdd

Please sign in to comment.