Is it any best practice to tag .net generated code?
What I want to achieve is following:
- Debugger step by default not inside the property or method
- Metrics are not calulated for those classes/members
|
1
|
Is it any best practice to tag .net generated code? What I want to achieve is following:
|
||
|
|
|
|
Well, for the first - attributes (
Not sure about the second question. |
|||
|
|
|
|
You might consider using Postsharp to manipulate the code once it is compiled. |
||
|
|