stakx / TypeNameFormatter

A small .NET library for formatting type names à la C#.
MIT License
33 stars 4 forks source link

Exclude class from code coverage for consuming projects #35

Closed kzu closed 5 years ago

kzu commented 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.

Fixes stakx#33