I have class which requires a lot of initialization parameters in the constructor. I solved this problem like in C++ - created structure which contains all these parameters and passed it to constru...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_21034331.html
Zones:
C#Date Answered: 06/22/2004 Rating: 8.8 Views: 0
Hi,
I need a sample XML report generated by FxCop for making a presentation. Most of the sites I've seen just gave me a UI screen shot of the report but not an XML downloadable report. If somebo...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_22156537.html
Zones:
.NETDate Answered: 02/09/2007 Rating: 9.0 Views: 44
Have you tried Fxcop with your source code.
when I run it majority of the errrors thrown are
validate arguments of public methods
specify Iformatprovide
do not raise reserved exception types...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21820964.html
Here is a little problem I've run into, and none of the naming convention documents I've read have helped...
Ever since I switched from C to C# + FxCop (and went through a total style readjustm...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_21976050.html
Zones:
C#Date Answered: 09/03/2006 Rating: 8.2 Views: 0
I have the following code block:
foreach (Control ctl in WebAsyncRefreshPanelMain.Controls)
{
if (ctl is Label)
{
...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_CSharp/Q_22809037.html
Microsoft never comes out and states this, but does FXCOP support v3.5 of the .NET framework? Otherwise, what is a better/comparible source code analysis environment for v3.5 .NET and VS 2008.
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Studio_.NET_2005/Q_23627...
Hey everyone,
I'm trying to get my code to compile with code analysis, but am getting 4 errors based off somebody elses code that I'm re-writing to standard. I'm rather stuck as to how to solve...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_24482262.html
I have a method called ExecCommand() which has the following code block.
ProcessStartInfo startInfo = new ProcessStartInfo("CMD.exe");
...
and
Process cmdProcess = new Process();
....
Whe...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_24920798.html
Zones:
C#,
.NET,
...Date Asked: 11/21/2009 Points: 500 Comments: 2