commandline icon indicating copy to clipboard operation
commandline copied to clipboard

Mark attributes with ReSharper annotations to help code analysis

Open imanushin opened this issue 8 years ago • 0 comments

ReSharper has unused methods/properties highlighting to understand, what code can be removed safely. CommandLine library uses reflection for code invokation, so ReSharper is unable to lookup the calls. See below screenshot from Visual Studio (I used this file from opensource project)

image

imanushin avatar Mar 19 '17 14:03 imanushin