.net - How to get code analysis report in VS 2012 -


i using vs professional 2012. ran code analysis on solution. fixed of warning messages , suppressed of them. want report of code analysis report. report should no warning messages there , list of suppressed warning messages.

how such report? there way out this? or nee use external tool? please suggest me.

i have fixed warnings , have suppressed of them. suppressed warnings in file 'globalsuppressions.cs'. because of when run code analysis didn't warning can't copy paste. warning messages in

'globalsuppression.cs' "[assembly: system.diagnostics.codeanalysis.suppressmessage("microsoft.globalization", "ca1303:do not pass literals localized parameters", messageid = "system.diagnostics.eventlog.writeentry(system.string,system.diagnostics.eventlogentrytype)", scope = "member", target = "nonrailengine.windowsservice.nonrailengineservice.#onstart(system.string[])")]" 

i looking if information in report format after running code analysis

in code analysis window, shows results after checking out project, if click on of them expand them details , ctrl+a select ctrl+c copy them clipboard, can drop them excel file paste ctrl+v.

if want warnings instance, use filter on top right of results window (usually starts "all results" option default)


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -