Browse by Tags
Sorry, but there are no more tags available to filter with.
-
-
One of the things I’ve been using lately is FxCop . It’s really an interesting tool and I’ve corrected several API problems on my classes after starting using it. In fact, I’ve only found two problems until now: Interface explicit implementation Incorrect spelling of names Ok, let’s start by problem number 1. Here’s the code I’m using: public class Something...
Read More...