Skip to content

Commit a6644ba

Browse files
committed
Updated to StyleCop 4.7.54
Fixes StyleCop/StyleCop#52
1 parent 88d6b61 commit a6644ba

19 files changed

Lines changed: 240 additions & 33 deletions

install/StyleCop.nuspec

Lines changed: 33 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -3,31 +3,34 @@
33
<metadata>
44
<id>StyleCop.StyleCop</id>
55
<title>StyleCop by JetBrains</title>
6-
<version>2016.1.1</version>
6+
<version>2016.1.2</version>
77
<authors>Matt Ellis, Andy Reeves</authors>
88
<owners>JetBrains, Matt Ellis</owners>
99
<summary>StyleCop analyzes C# source code to enforce a set of style and consistency rules. Maintained by JetBrains</summary>
10-
<description>StyleCop analyzes C# source code to enforce a set of style and consistency rules. This plugin is compatible with StyleCop 4.7.49, and maintained by JetBrains.</description>
10+
<description>StyleCop analyzes C# source code to enforce a set of style and consistency rules. This plugin is compatible with StyleCop 4.7.54, and maintained by JetBrains.</description>
1111
<releaseNotes>
12-
&#8226; Suppress message quick fix available again (#59)
13-
&#8226; Fix duplicate warning tooltips (#34)
14-
&#8226; Fix insert header documentation quick fix (#57)
15-
&#8226; Disable inspection warnings with ReSharper comments (#60)
16-
&#8226; Don't add trailing space after last comma on line (#25)
12+
&#8226; Updated to StyleCop 4.7.54 (StyleCop/StyleCop#52)
13+
14+
From 2016.1.1
15+
&#8226; Suppress message quick fix available again (StyleCop/StyleCop#59)
16+
&#8226; Fix duplicate warning tooltips (StyleCop/StyleCop#34)
17+
&#8226; Fix insert header documentation quick fix (StyleCop/StyleCop#57)
18+
&#8226; Disable inspection warnings with ReSharper comments (StyleCop/StyleCop#60)
19+
&#8226; Don't add trailing space after last comma on line (StyleCop/StyleCop#25)
1720
&#8226; Display StyleCop parse errors
1821
&#8226; Display StyleCop.dll version in plugin options page
1922

2023
From previous releases:
21-
&#8226; Support for ReSharper 2016.1 (#47)
22-
&#8226; Fix to allow filtering by StyleCop issues in code inspection window (#37)
23-
&#8226; Fix error messages in installer (#32)
24-
&#8226; Fix to stop code cleanup opening unedited files (#27)
25-
&#8226; Automatically disable analysis if StyleCop.Analyzers is referenced in VS2015 (#20)
26-
&#8226; Supports loading custom StyleCop addins. Specify location in settings (#18)
27-
&#8226; Fix duplication of constructor summary XML doc element in Code Cleanup (#17)
28-
&#8226; StyleCop issues now grouped under "StyleCop" in Inspection Results (#16)
29-
&#8226; Separate Code Cleanup option to create XML doc stubs (#15)
30-
&#8226; Not honouring settings when adjusting file header in Code Cleanup (#14)
24+
&#8226; Support for ReSharper 2016.1 (StyleCop/StyleCop#47)
25+
&#8226; Fix to allow filtering by StyleCop issues in code inspection window (StyleCop/StyleCop#37)
26+
&#8226; Fix error messages in installer (StyleCop/StyleCop#32)
27+
&#8226; Fix to stop code cleanup opening unedited files (StyleCop/StyleCop#27)
28+
&#8226; Automatically disable analysis if StyleCop.Analyzers is referenced in VS2015 (StyleCop/StyleCop#20)
29+
&#8226; Supports loading custom StyleCop addins. Specify location in settings (StyleCop/StyleCop#18)
30+
&#8226; Fix duplication of constructor summary XML doc element in Code Cleanup (StyleCop/StyleCop#17)
31+
&#8226; StyleCop issues now grouped under "StyleCop" in Inspection Results (StyleCop/StyleCop#16)
32+
&#8226; Separate Code Cleanup option to create XML doc stubs (StyleCop/StyleCop#15)
33+
&#8226; Not honouring settings when adjusting file header in Code Cleanup (StyleCop/StyleCop#14)
3134
</releaseNotes>
3235
<projectUrl>https://github.com/StyleCop/StyleCop.ReSharper</projectUrl>
3336
<licenseUrl>https://github.com/StyleCop/StyleCop/blob/master/License.html</licenseUrl>
@@ -49,8 +52,8 @@ From previous releases:
4952
the EN spell checker, and has limited fallback - it will fallback to the
5053
parent Culture, e.g. en-US -> en -> Invariant, but won't fallback to another
5154
language, e.g. de-DE doesn't fallback to en -->
52-
<file src="..\lib\StyleCop.4.7.49\mssp7en.dll" target="DotFiles" />
53-
<file src="..\lib\StyleCop.4.7.49\mssp7en.lex" target="DotFiles" />
55+
<file src="..\lib\StyleCop.4.7.54\mssp7en.dll" target="DotFiles" />
56+
<file src="..\lib\StyleCop.4.7.54\mssp7en.lex" target="DotFiles" />
5457

5558
<!-- The default settings file needs to be located next to StyleCop.dll.
5659
NuGet very helpfully thinks that any target with a different file extension is
@@ -63,22 +66,22 @@ From previous releases:
6366
put ours in an Extensions folder (this only prevents overwriting clashes,
6467
StyleCop will still try and load similarly named files, if they exist.
6568
However, it does guard against the file not being xml) -->
66-
<file src="..\lib\StyleCop.4.7.49\Dictionaries\CustomDictionary.xml" target="DotFiles\Extensions\StyleCop.StyleCop\StyleCopDictionaries\" />
67-
<file src="..\lib\StyleCop.4.7.49\Dictionaries\CustomDictionary.en-GB.xml" target="DotFiles\Extensions\StyleCop.StyleCop\StyleCopDictionaries\" />
68-
<file src="..\lib\StyleCop.4.7.49\Dictionaries\CustomDictionary.en-US.xml" target="DotFiles\Extensions\StyleCop.StyleCop\StyleCopDictionaries\" />
69+
<file src="..\lib\StyleCop.4.7.54\Dictionaries\CustomDictionary.xml" target="DotFiles\Extensions\StyleCop.StyleCop\StyleCopDictionaries\" />
70+
<file src="..\lib\StyleCop.4.7.54\Dictionaries\CustomDictionary.en-GB.xml" target="DotFiles\Extensions\StyleCop.StyleCop\StyleCopDictionaries\" />
71+
<file src="..\lib\StyleCop.4.7.54\Dictionaries\CustomDictionary.en-US.xml" target="DotFiles\Extensions\StyleCop.StyleCop\StyleCopDictionaries\" />
6972

7073
<!-- These files get loaded dynamically, rather than by ReSharper.
7174
The code loads all assemblies in a given folder, so let's not load/scan all of DotFiles -->
72-
<file src="..\lib\StyleCop.4.7.49\Addins\StyleCop.CSharp.dll" target="DotFiles\Extensions\StyleCop.StyleCop\StyleCopAddins\" />
73-
<file src="..\lib\StyleCop.4.7.49\Addins\StyleCop.CSharp.Rules.dll" target="DotFiles\Extensions\StyleCop.StyleCop\StyleCopAddins\" />
75+
<file src="..\lib\StyleCop.4.7.54\Addins\StyleCop.CSharp.dll" target="DotFiles\Extensions\StyleCop.StyleCop\StyleCopAddins\" />
76+
<file src="..\lib\StyleCop.4.7.54\Addins\StyleCop.CSharp.Rules.dll" target="DotFiles\Extensions\StyleCop.StyleCop\StyleCopAddins\" />
7477

7578
<!-- Annoyingly, the installer doesn't like multiple files with the same name, and complains
76-
<file src="..\lib\StyleCop.4.7.49\Addins\de-DE\StyleCop.CSharp.Rules.resources.dll" target="DotFiles\Extensions\StyleCop.StyleCop\StyleCopAddins\de-DE\" />
77-
<file src="..\lib\StyleCop.4.7.49\Addins\en-GB\StyleCop.CSharp.Rules.resources.dll" target="DotFiles\Extensions\StyleCop.StyleCop\StyleCopAddins\en-GB\" />
78-
<file src="..\lib\StyleCop.4.7.49\Addins\fr-FR\StyleCop.CSharp.Rules.resources.dll" target="DotFiles\Extensions\StyleCop.StyleCop\StyleCopAddins\fr-FR\" />
79-
<file src="..\lib\StyleCop.4.7.49\Addins\pl-PL\StyleCop.CSharp.Rules.resources.dll" target="DotFiles\Extensions\StyleCop.StyleCop\StyleCopAddins\pl-PL\" />
80-
<file src="..\lib\StyleCop.4.7.49\Addins\pt-BR\StyleCop.CSharp.Rules.resources.dll" target="DotFiles\Extensions\StyleCop.StyleCop\StyleCopAddins\pt-BR\" />
81-
<file src="..\lib\StyleCop.4.7.49\Addins\ru-RU\StyleCop.CSharp.Rules.resources.dll" target="DotFiles\Extensions\StyleCop.StyleCop\StyleCopAddins\ru-RU\" />
79+
<file src="..\lib\StyleCop.4.7.54\Addins\de-DE\StyleCop.CSharp.Rules.resources.dll" target="DotFiles\Extensions\StyleCop.StyleCop\StyleCopAddins\de-DE\" />
80+
<file src="..\lib\StyleCop.4.7.54\Addins\en-GB\StyleCop.CSharp.Rules.resources.dll" target="DotFiles\Extensions\StyleCop.StyleCop\StyleCopAddins\en-GB\" />
81+
<file src="..\lib\StyleCop.4.7.54\Addins\fr-FR\StyleCop.CSharp.Rules.resources.dll" target="DotFiles\Extensions\StyleCop.StyleCop\StyleCopAddins\fr-FR\" />
82+
<file src="..\lib\StyleCop.4.7.54\Addins\pl-PL\StyleCop.CSharp.Rules.resources.dll" target="DotFiles\Extensions\StyleCop.StyleCop\StyleCopAddins\pl-PL\" />
83+
<file src="..\lib\StyleCop.4.7.54\Addins\pt-BR\StyleCop.CSharp.Rules.resources.dll" target="DotFiles\Extensions\StyleCop.StyleCop\StyleCopAddins\pt-BR\" />
84+
<file src="..\lib\StyleCop.4.7.54\Addins\ru-RU\StyleCop.CSharp.Rules.resources.dll" target="DotFiles\Extensions\StyleCop.StyleCop\StyleCopAddins\ru-RU\" />
8285
-->
8386

8487
<!-- Settings -->
200 KB
Binary file not shown.
228 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)