RE: ExcludeFromCodeCoverage attribute

2011-06-23 Thread Chadwick, Keenan
4NET Dev Subject: Re: ExcludeFromCodeCoverage attribute Can you configure your code coverage tool to exclude certain namespaces? From: "Chadwick, Keenan" To: "[email protected]" Sent: Monday, June 20, 2011 11:20 AM Subject: ExcludeFromC

Re: ExcludeFromCodeCoverage attribute

2011-06-22 Thread Ron Grabowski
Can you configure your code coverage tool to exclude certain namespaces? From: "Chadwick, Keenan" To: "[email protected]" Sent: Monday, June 20, 2011 11:20 AM Subject: ExcludeFromCodeCoverage attribute We are currently

ExcludeFromCodeCoverage attribute

2011-06-20 Thread Chadwick, Keenan
We are currently under stringent code coverage requirements here at Paychex, and one of the libraries I have created includes the log4net source so as to not require another .dll file. The library basically just contains the log4net code and a Log class with static methods for Info, InfoFormat a