Closed kzu closed 5 years ago
Since the unit tests for this class exist outside of the consumer's code.
Changing to the DebuggerNonUserCode causes the VS code coverage to ignore it. Adding the GeneratedCode one causes style and metrics to also exclude it.
DebuggerNonUserCode
GeneratedCode
Fixes stakx#33
Since the unit tests for this class exist outside of the consumer's code.
Changing to the
DebuggerNonUserCode
causes the VS code coverage to ignore it. Adding theGeneratedCode
one causes style and metrics to also exclude it.Fixes stakx#33