You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TestDriven.NET Users
Firstly: Sorry to all group-members i bombed with PM - I had a small
problem remembering how to use google groups...
Now...
I'd like to know If the the "/ea" -switch of NCover is available in
TestDriven.Net (like Julio César Carrascal Urquijo
at Tue, 28 Aug 2007)
It looks that in 2007 it was not. Has that changed ?
I'd really like to exclude GeneratedCodeAttribute,
DebuggerNonUserCodeAttribute and CompilerGeneratedAttribute from
coverage analysis..
Yours,
Nils
Jamie Cansdale
unread,
Jul 24, 2009, 6:48:15 AM7/24/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
There currently isn't a way to specify different coverage exclude
attributes. Do you think you'll be able to use
CoverageExcludeAttribute or do you really need to specify your own
attributes?
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TestDriven.NET Users
Jaime,
no, I don't need to specify my own. Currently I'm putting all auto-
generated code into dedicated assemblies - and then simply don't check
coverage on thouse.
That acually releaves me of the need to specify "/ea
DebuggerNonUserCodeAttribute and /ea CompilerGeneratedAttribute"