Fxcop
-
Hi , I am using Visual Studio Professional edition.There is no Fxcop integration in that.Is there any third party tools/addons that can be used to run Fxcop ? With regards
-
Hi , I am using Visual Studio Professional edition.There is no Fxcop integration in that.Is there any third party tools/addons that can be used to run Fxcop ? With regards
You could always try google: It lead me straight to MSDN: Visual Studio Integration of FxCop[^]
Real men don't use instructions. They are only the manufacturers opinion on how to put the thing together. Manfred R. Bihy: "Looks as if OP is learning resistant."
-
Hi , I am using Visual Studio Professional edition.There is no Fxcop integration in that.Is there any third party tools/addons that can be used to run Fxcop ? With regards
I lost interest in FxCop because it looked like it fell by the wayside. And then reading this post I had a look and Found FxCop 10.0. Don't know how good it is but it would be great to start using it again. Downloading now :)
"You get that on the big jobs."
-
I lost interest in FxCop because it looked like it fell by the wayside. And then reading this post I had a look and Found FxCop 10.0. Don't know how good it is but it would be great to start using it again. Downloading now :)
"You get that on the big jobs."
But why? FXCop does nothing to really help an experienced programmer, and often does more harm than good in its recommendations.
".45 ACP - because shooting twice is just silly" - JSOP, 2010
-----
You can never have too much ammo - unless you're swimming, or on fire. - JSOP, 2010
-----
"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass." - Dale Earnhardt, 1997 -
Hi , I am using Visual Studio Professional edition.There is no Fxcop integration in that.Is there any third party tools/addons that can be used to run Fxcop ? With regards
Integrating FXCop into Visual Studio will do no good because you want to use it (FXCop) *before* building, but not as part of the build process. Just add it to your external tools menu and be done with it.
".45 ACP - because shooting twice is just silly" - JSOP, 2010
-----
You can never have too much ammo - unless you're swimming, or on fire. - JSOP, 2010
-----
"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass." - Dale Earnhardt, 1997 -
But why? FXCop does nothing to really help an experienced programmer, and often does more harm than good in its recommendations.
".45 ACP - because shooting twice is just silly" - JSOP, 2010
-----
You can never have too much ammo - unless you're swimming, or on fire. - JSOP, 2010
-----
"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass." - Dale Earnhardt, 1997Even an experienced programmer makes mistakes, and it's said that the average programmer makes an error in every 10 lines of code. Static code-analysis doesn't cost much, just some CPU-time.
John Simmons / outlaw programmer wrote:
and often does more harm than good in its recommendations.
It's not meant to be followed blindly; it's an analysis, and could help in identifying potential problems. I do like to argue about the recommendations, and fortunatly Microsoft provides a rationale for every rule - meaning one can disable the entire rule if the rationale doesn't apply. ..I might be a 'bit' biased though; made it a part of the daily-build proces :)
Bastard Programmer from Hell :suss:
-
Integrating FXCop into Visual Studio will do no good because you want to use it (FXCop) *before* building, but not as part of the build process. Just add it to your external tools menu and be done with it.
".45 ACP - because shooting twice is just silly" - JSOP, 2010
-----
You can never have too much ammo - unless you're swimming, or on fire. - JSOP, 2010
-----
"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass." - Dale Earnhardt, 1997 -
But why? FXCop does nothing to really help an experienced programmer, and often does more harm than good in its recommendations.
".45 ACP - because shooting twice is just silly" - JSOP, 2010
-----
You can never have too much ammo - unless you're swimming, or on fire. - JSOP, 2010
-----
"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass." - Dale Earnhardt, 1997Sure but I like to make sure my code and other team members meet a standard. Also I worked on a very old slow system a while ago and ran FxCop over it. Something like 2,000 performance issues were highlighted, most you wouldn't pick up by just reading the code. Fixed them all and got a 12% performance boost! Ok, it's not a profiler but still worth using periodically.
"You get that on the big jobs."
-
Some IDE's have something similar integrated; Code Analysis[^] from the IDE, seems to return the same information. Isn't available in my IDE at home - different version probably.
Bastard Programmer from Hell :suss:
No.I got some tools likes Fxcop runner and Fxcop integrator.Its doing a nice job.
-
No.I got some tools likes Fxcop runner and Fxcop integrator.Its doing a nice job.