stakx / TypeNameFormatter

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

Add ExcludeFromCodeCoverage or make class partial #33

Closed kzu closed 5 years ago

kzu commented 5 years ago

Since this project already has all unit tests for this class, it should be excluded from code coverage analysis on referencing projects.

This can be achieved by either annotating the TypeName class with [ExcludeFromCodeCoverage] or by making the class partial so the consuming project can declare the partial class and add the attribute.

stakx commented 5 years ago

Merged and published version 1.0.1 on NuGet. Thanks for contributing!