Skip to content

naming rules are not picked up correctly #5

Open
@JanEggers

Description

i have the following line in my resharper settings

<s:String x:Key="/Default/CodeStyle/Naming/CSharpNaming/PredefinedNamingRules/=PrivateInstanceFields/@EntryIndexedValue">&lt;Policy Inspect="True" Prefix="m_" Suffix="" Style="aaBb" /&gt;</s:String> 

resharper in vs and the clt (when called manually) works fine but vsts addin still gives errors like:

warning : R# Name 'm_logger' does not match rule 'Instance fields (private)'. Suggested name is '_mLogger'.

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions