Need to disable warning: "Auto-implemented property accessor is never used"
I am using the command line tools to run code analysis on my build server, and I am receiving the warning:
"Auto-implemented property accessor is never used"
Ironically, the issue is not flagged by ReSharper within Visual Studio during development.
I am using the following versions of ReSharper
Build Server: version 8.0.0.39 of inspectcode.exe
Visual Studio 2013: ReSharper Build 8.0.2000.2660
Can anyone tell me what ReSharper disable/restore comments to add to disable this warning?
Please sign in to leave a comment.