473,387 Members | 1,745 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Alternatives to FxCop?

Hi,

Are there any [truly] OpenSource alternatives to FxCop available?

Thanks!

evan k. stone | software engineer
----------------------------------------
santa rosa, ca, usa
Mar 8 '06 #1
9 4113
Hello Evan,

CodeAnalyzerTool http://www.sweb.cz/ivan.zderadicka/cadownload.html

ES> Are there any [truly] OpenSource alternatives to FxCop available?
ES>
ES> Thanks!
ES>
ES> evan k. stone | software engineer
ES> ----------------------------------------
ES> santa rosa, ca, usa
---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
Mar 8 '06 #2
Hello Michael,
CodeAnalyzerTool http://www.sweb.cz/ivan.zderadicka/cadownload.html


Excllent. I'll check it out...

Thanks!

evan k. stone | software engineer
----------------------------------------
santa rosa, ca, usa

Mar 8 '06 #3
Hi,

"Evan Stone" <re*********************@hotmail.com> wrote in message
news:Om*************@TK2MSFTNGP10.phx.gbl...
Hello Michael,
CodeAnalyzerTool http://www.sweb.cz/ivan.zderadicka/cadownload.html


Excllent. I'll check it out...

Just out of curiosity, what is wrong with FxCorp?
Mar 13 '06 #4
well... it's a bit of a long story, but basically we're not really thrilled
with the licensing agreement of FxCop, since there are some provisions in
the agreement that which are a little sketchy, so I was tasked with finding
an alternative (if one existed)...

On a related topic, is FxCop currently distributed with Visual Studio 2005,
or is it only available as a separate download on GotDotNet.com? We have not
moved to VS2005 yet, so I was just curious about that.

evan k. stone | software engineer
----------------------------------------
santa rosa, ca, usa
"Ignacio Machin ( .NET/ C# MVP )" <ignacio.machin AT dot.state.fl.us> wrote
in message news:uB**************@TK2MSFTNGP11.phx.gbl...
Hi,

"Evan Stone" <re*********************@hotmail.com> wrote in message
news:Om*************@TK2MSFTNGP10.phx.gbl...
Hello Michael,
CodeAnalyzerTool http://www.sweb.cz/ivan.zderadicka/cadownload.html


Excllent. I'll check it out...

Just out of curiosity, what is wrong with FxCorp?

Mar 14 '06 #5
it is integrated into 2005 now, but is called "Code Analysis".

--
William Stacey [MVP]

Mar 14 '06 #6
Excellent. Thanks for the information!

evan k. stone | software engineer
----------------------------------------
santa rosa, ca, usa

"William Stacey [MVP]" <wi************@gmail.com> wrote in message
news:e5**************@tk2msftngp13.phx.gbl...
it is integrated into 2005 now, but is called "Code Analysis".

--
William Stacey [MVP]

Mar 15 '06 #7
> it is integrated into 2005 now, but is called "Code Analysis".

....is it only included in Visual Studio 2005 Team System?

Thanks!

evan k. stone | software engineer
----------------------------------------
santa rosa, ca, usa
Mar 16 '06 #8
Not sure. You see it project properties at all?

--
William Stacey [MVP]

| ...is it only included in Visual Studio 2005 Team System?
Mar 17 '06 #9
On Thu, 16 Mar 2006 14:12:39 -0800, "Evan Stone"
<re*********************@hotmail.com> wrote:
...is it only included in Visual Studio 2005 Team System?


Yes. But you can always download the stand-alone version for other VS
editions, so it's not a very great loss.
--
http://www.kynosarges.de
Mar 17 '06 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Crocker Data Processing | last post by:
Hi. I've written a bunch of custom rules for FxCop version 1.23, and today happened to download and install (separately) the new FxCop 1.321. Arrgghh ! The new introspection stuff is a lot...
5
by: Chua Wen Ching | last post by:
I had use fxcop to check my code. I had 1 confusion here. I would normally call a method by this way in my IAnimal: Example: public void CallFuncA(ushort port); But fxcop says i need to...
3
by: Rasmus | last post by:
I VS 2005 beta 2 i have a solution with - a number of classes - a website - a httphandler - a http module I want to run fxcop on my class files - but cant find out how to enable it. I've...
8
by: hansiman | last post by:
Just beginning using FxCop in my asp.net projects... I get a lot of error messages under the header: AvoidUnusedParameters for funtions and routines lik: Sub isUserAuthenticated(ByVal...
3
by: Velvet | last post by:
I ran FxCop on one of the components for my web site and the security rules what me to add " tags like the ones listed below: This breaks my ASP.NET application. So my question is,...
4
by: Bruce One | last post by:
Given a project with some .cs files, Is there a way to block some of these files to be read by FxCop ?
10
by: Karsten Schramm | last post by:
I would write BaseClass var; ..... if(var is DerivedClass) { DerivedClass derivedVar = (DerivedClass)var; DoSomething(derivedVar); }
5
by: Peter Ritchie [C# MVP] | last post by:
I've purposely been ignoring a CA2122 warning in some C++ interop code I've been working on for quite some time. I've just recently had the cycles to investigate the warning. The warning message...
3
by: AlexS | last post by:
When I implement Dispose pattern in object implementing IDisposable, current fxcop recommends: Ensure that Wrapper.Dispose():Void is declared as public and sealed. However, if I do as it asks,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.