StyleCop.ReSharper
StyleCop.ReSharper copied to clipboard
Official ReSharper extension for StyleCop
File Header Text is specified in ReSharper options as: ``` ------------------------------------------------------------------------------------------------------ - $SOLUTION$ - $PROJECT$ - $FILENAME$ - $CURRENT_MONTH$/$CURRENT_DAY$/$CURRENT_YEAR$ $CURRENT_TIME$ - Copyright (c) Abc, Inc. All Rights Reserved ------------------------------------------------------------------------------------------------------ ```...
Update for ReSharper 2020.3-eap, please.
> For some reason Resharper started using 2GB of memory every keystroke. This causes me wait a few seconds between each keystroke Snapshot details: ``` 100.00% Execute • 18,835 ms...
After installing the StyleCop.ReSharper extension, i noticed that ReSharper always prefixes members with the "this" keyword after i type them, even if i disabled this setting both in the StyleCop...
When i run _Cleanup Code_ with _Fix StyleCop violations_ enabled all `using static directives` are converted into normal `using directives`, resulting in compile errors. ```csharp namespace MyNamespace { using static...
The StyleCop Resharper plugin is removing the generic types in my generic type alias. Even with all rules turned off, when I run the resharper "cleanup" with the only item...
I report this issue here because the support team of Resharper recommends me. Since I updated my Resharper to version 2019.2.3 there is no hint (light bulb) about missing header...
From: https://youtrack.jetbrains.com/issue/RSRP-475757 Beginning with the following code block: ``` private static Dictionary Diseases = new Dictionary() { { 1, null }, // 1 { 2, null }, // 2 {...
This is the result of code clean up for the file layout's extension. ``` public class TestResharperLayout { public const int PublicConst = 5; public readonly int PublicReadOnlyField; public int...
I have done the following: - Installed the command line tools using nuget: - nuget install JetBrains.ReSharper.CommandLineTools - Copied the nupkg for 'StyleCop by JetBrains' v2018.3.0 into the tools folder...