-
Notifications
You must be signed in to change notification settings - Fork 227
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update S927: C#: parameter names should match base declaration and ot…
…her partial definitions
- Loading branch information
Valeri Hristov
committed
Jul 5, 2017
1 parent
778c23b
commit 3b7543a
Showing
18 changed files
with
716 additions
and
19 deletions.
There are no files selected for viewing
69 changes: 69 additions & 0 deletions
69
...analyzer-dotnet/its/expected/Nancy/Nancy-{34576216-0DCA-4B0F-A0DC-9075E75A676F}-S927.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
{ | ||
"issues": [ | ||
{ | ||
"id": "S927", | ||
"message": "Rename parameter 'pipelineItem' to 'syncDelegate'.", | ||
"location": { | ||
"uri": "Nancy\src\Nancy\AfterPipeline.cs", | ||
"region": { | ||
"startLine": 68, | ||
"startColumn": 126, | ||
"endLine": 68, | ||
"endColumn": 138 | ||
} | ||
} | ||
}, | ||
{ | ||
"id": "S927", | ||
"message": "Rename parameter 'pipelineItem' to 'syncDelegate'.", | ||
"location": { | ||
"uri": "Nancy\src\Nancy\BeforePipeline.cs", | ||
"region": { | ||
"startLine": 71, | ||
"startColumn": 144, | ||
"endLine": 71, | ||
"endColumn": 156 | ||
} | ||
} | ||
}, | ||
{ | ||
"id": "S927", | ||
"message": "Rename parameter 'container' to 'existingContainer'.", | ||
"location": { | ||
"uri": "Nancy\src\Nancy\DefaultNancyBootstrapper.cs", | ||
"region": { | ||
"startLine": 56, | ||
"startColumn": 80, | ||
"endLine": 56, | ||
"endColumn": 89 | ||
} | ||
} | ||
}, | ||
{ | ||
"id": "S927", | ||
"message": "Rename parameter 'collectionTypeRegistrations' to 'collectionTypeRegistrationsn'.", | ||
"location": { | ||
"uri": "Nancy\src\Nancy\DefaultNancyBootstrapper.cs", | ||
"region": { | ||
"startLine": 131, | ||
"startColumn": 132, | ||
"endLine": 131, | ||
"endColumn": 159 | ||
} | ||
} | ||
}, | ||
{ | ||
"id": "S927", | ||
"message": "Rename parameter 'compareValue' to 'obj'.", | ||
"location": { | ||
"uri": "Nancy\src\Nancy\DynamicDictionaryValue.cs", | ||
"region": { | ||
"startLine": 170, | ||
"startColumn": 44, | ||
"endLine": 170, | ||
"endColumn": 56 | ||
} | ||
} | ||
} | ||
] | ||
} |
30 changes: 30 additions & 0 deletions
30
...d/Nancy/Nancy.Authentication.Forms.Tests-{4E974051-38C2-4B5D-A6B1-F265A428A673}-S927.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{ | ||
"issues": [ | ||
{ | ||
"id": "S927", | ||
"message": "Rename parameter 'existingContainer' to 'container'.", | ||
"location": { | ||
"uri": "Nancy\src\Nancy.Tests\Fakes\FakeDefaultNancyBootstrapper.cs", | ||
"region": { | ||
"startLine": 74, | ||
"startColumn": 76, | ||
"endLine": 74, | ||
"endColumn": 93 | ||
} | ||
} | ||
}, | ||
{ | ||
"id": "S927", | ||
"message": "Rename parameter 'existingContainer' to 'container'.", | ||
"location": { | ||
"uri": "Nancy\src\Nancy.Tests\Fakes\FakeDefaultNancyBootstrapper.cs", | ||
"region": { | ||
"startLine": 97, | ||
"startColumn": 80, | ||
"endLine": 97, | ||
"endColumn": 97 | ||
} | ||
} | ||
} | ||
] | ||
} |
17 changes: 17 additions & 0 deletions
17
...ed/Nancy/Nancy.Demo.Authentication.Forms-{98940A30-1B48-4F71-A6BA-85F0AAF31A2F}-S927.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"issues": [ | ||
{ | ||
"id": "S927", | ||
"message": "Rename parameter 'requestContainer' to 'container'.", | ||
"location": { | ||
"uri": "Nancy\src\Nancy.Demo.Authentication.Forms\FormsAuthBootstrapper.cs", | ||
"region": { | ||
"startLine": 25, | ||
"startColumn": 65, | ||
"endLine": 25, | ||
"endColumn": 81 | ||
} | ||
} | ||
} | ||
] | ||
} |
17 changes: 17 additions & 0 deletions
17
...ancy/Nancy.Demo.Authentication.Stateless-{BAE74CD5-57C2-40E3-8F7A-EDE5721C2ACC}-S927.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"issues": [ | ||
{ | ||
"id": "S927", | ||
"message": "Rename parameter 'requestContainer' to 'container'.", | ||
"location": { | ||
"uri": "Nancy\src\Nancy.Demo.Authentication.Stateless\StatelessAuthBootstrapper.cs", | ||
"region": { | ||
"startLine": 9, | ||
"startColumn": 65, | ||
"endLine": 9, | ||
"endColumn": 81 | ||
} | ||
} | ||
} | ||
] | ||
} |
30 changes: 30 additions & 0 deletions
30
...expected/Nancy/Nancy.Demo.Hosting.Aspnet-{E127FED3-01C0-41BA-BF83-D8DCDD827D6A}-S927.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{ | ||
"issues": [ | ||
{ | ||
"id": "S927", | ||
"message": "Rename parameter 'existingContainer' to 'container'.", | ||
"location": { | ||
"uri": "Nancy\src\Nancy.Demo.Hosting.Aspnet\DemoBootstrapper.cs", | ||
"region": { | ||
"startLine": 21, | ||
"startColumn": 80, | ||
"endLine": 21, | ||
"endColumn": 97 | ||
} | ||
} | ||
}, | ||
{ | ||
"id": "S927", | ||
"message": "Rename parameter 'existingContainer' to 'container'.", | ||
"location": { | ||
"uri": "Nancy\src\Nancy.Demo.Hosting.Aspnet\DemoBootstrapper.cs", | ||
"region": { | ||
"startLine": 50, | ||
"startColumn": 76, | ||
"endLine": 50, | ||
"endColumn": 93 | ||
} | ||
} | ||
} | ||
] | ||
} |
30 changes: 30 additions & 0 deletions
30
.../its/expected/Nancy/Nancy.Hosting.Aspnet-{15B7F794-0BB2-4B66-AD78-4A951F1209B2}-S927.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{ | ||
"issues": [ | ||
{ | ||
"id": "S927", | ||
"message": "Rename parameter 'container' to 'existingContainer'.", | ||
"location": { | ||
"uri": "Nancy\src\Nancy.Hosting.Aspnet\DefaultNancyAspNetBootstrapper.cs", | ||
"region": { | ||
"startLine": 107, | ||
"startColumn": 80, | ||
"endLine": 107, | ||
"endColumn": 89 | ||
} | ||
} | ||
}, | ||
{ | ||
"id": "S927", | ||
"message": "Rename parameter 'collectionTypeRegistrations' to 'collectionTypeRegistrationsn'.", | ||
"location": { | ||
"uri": "Nancy\src\Nancy.Hosting.Aspnet\DefaultNancyAspNetBootstrapper.cs", | ||
"region": { | ||
"startLine": 203, | ||
"startColumn": 132, | ||
"endLine": 203, | ||
"endColumn": 159 | ||
} | ||
} | ||
} | ||
] | ||
} |
30 changes: 30 additions & 0 deletions
30
...-dotnet/its/expected/Nancy/Nancy.Testing-{D79203C0-B672-4751-9C95-C3AB7D3FEFBE}-S927.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{ | ||
"issues": [ | ||
{ | ||
"id": "S927", | ||
"message": "Rename parameter 'container' to 'existingContainer'.", | ||
"location": { | ||
"uri": "Nancy\src\Nancy.Testing\ConfigurableBootstrapper.cs", | ||
"region": { | ||
"startLine": 370, | ||
"startColumn": 80, | ||
"endLine": 370, | ||
"endColumn": 89 | ||
} | ||
} | ||
}, | ||
{ | ||
"id": "S927", | ||
"message": "Rename parameter 'collectionTypeRegistrations' to 'collectionTypeRegistrationsn'.", | ||
"location": { | ||
"uri": "Nancy\src\Nancy.Testing\ConfigurableBootstrapper.cs", | ||
"region": { | ||
"startLine": 523, | ||
"startColumn": 125, | ||
"endLine": 523, | ||
"endColumn": 152 | ||
} | ||
} | ||
} | ||
] | ||
} |
56 changes: 56 additions & 0 deletions
56
...er-dotnet/its/expected/Nancy/Nancy.Tests-{776D244D-BC4D-4BBB-A478-CAF2D04520E1}-S927.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
{ | ||
"issues": [ | ||
{ | ||
"id": "S927", | ||
"message": "Rename parameter 'existingContainer' to 'container'.", | ||
"location": { | ||
"uri": "Nancy\src\Nancy.Tests\Fakes\FakeDefaultNancyBootstrapper.cs", | ||
"region": { | ||
"startLine": 74, | ||
"startColumn": 76, | ||
"endLine": 74, | ||
"endColumn": 93 | ||
} | ||
} | ||
}, | ||
{ | ||
"id": "S927", | ||
"message": "Rename parameter 'existingContainer' to 'container'.", | ||
"location": { | ||
"uri": "Nancy\src\Nancy.Tests\Fakes\FakeDefaultNancyBootstrapper.cs", | ||
"region": { | ||
"startLine": 97, | ||
"startColumn": 80, | ||
"endLine": 97, | ||
"endColumn": 97 | ||
} | ||
} | ||
}, | ||
{ | ||
"id": "S927", | ||
"message": "Rename parameter 'collectionTypeRegistrations' to 'collectionTypeRegistrationsn'.", | ||
"location": { | ||
"uri": "Nancy\src\Nancy.Tests\Unit\Bootstrapper\NancyBootstrapperBaseFixture.cs", | ||
"region": { | ||
"startLine": 433, | ||
"startColumn": 122, | ||
"endLine": 433, | ||
"endColumn": 149 | ||
} | ||
} | ||
}, | ||
{ | ||
"id": "S927", | ||
"message": "Rename parameter 'collectionTypeRegistrations' to 'collectionTypeRegistrationsn'.", | ||
"location": { | ||
"uri": "Nancy\src\Nancy.Tests\Unit\Bootstrapper\NancyBootstrapperWithRequestContainerBaseFixture.cs", | ||
"region": { | ||
"startLine": 345, | ||
"startColumn": 57, | ||
"endLine": 345, | ||
"endColumn": 84 | ||
} | ||
} | ||
} | ||
] | ||
} |
17 changes: 17 additions & 0 deletions
17
...pected/Nancy/Nancy.ViewEngines.DotLiquid-{B795886D-9D70-45B1-BFB5-AD54CBC9A447}-S927.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"issues": [ | ||
{ | ||
"id": "S927", | ||
"message": "Rename parameter 'propertyName' to 'method'.", | ||
"location": { | ||
"uri": "Nancy\src\Nancy.ViewEngines.DotLiquid\DynamicDrop.cs", | ||
"region": { | ||
"startLine": 22, | ||
"startColumn": 52, | ||
"endLine": 22, | ||
"endColumn": 64 | ||
} | ||
} | ||
} | ||
] | ||
} |
Oops, something went wrong.