Open
Description
i have the following line in my resharper settings
<s:String x:Key="/Default/CodeStyle/Naming/CSharpNaming/PredefinedNamingRules/=PrivateInstanceFields/@EntryIndexedValue"><Policy Inspect="True" Prefix="m_" Suffix="" Style="aaBb" /></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'.