ReShaper Command Line Tools Are Ignoring Allowed Abbreviations

Answered

While refactoring our code we are trying to add abbreviations to the allowed abbreviations list in the .DotSettings file for a solution. When an abbreviation is added Visual Studio, the Resharper plugin correctly recognizes the abbreviation but, when the command line tools are used during a build, the allowed abbreviations seem to be ignored and show up as errors in the build log. Is this a bug or is there something else that needs to be done for the command line tools to read the abbreviations?

The allowed abbreviations in the .DotSettings file use the following pattern:

<s:String x:Key="/Default/CodeStyle/Naming/CSharpNaming/Abbreviations/=ID/@EntryIndexedValue">ID</s:String>

Due to compatibility reasons with StyleCop we are using ReSharper 10.0.2, CLI 10.0.2, Visual Studio 2015.

If this is a bug that has already been fixed, please let me know what version of the CLI in which this issue was fixed.

-Thanks

0
1 comment

Hello Thomas,

Please check the same issue in CLT 2016.2 https://www.jetbrains.com/resharper/download/#section=resharper-clt.

Thanks! 

0

Please sign in to leave a comment.