Closed ltlombardi closed 3 years ago
Using [Pure]
is just a habit from dealing with the mutable nature of C#, where [Pure]
is basically just there for readability. But in this library we are using readonly structs, so I guess using [Pure]
in this case is pointless and noisy anyways.
A reference for coverlet.collector
is added by default in the Visual Studio XUnit test project template. So it is not in use and I don`t see a need yet as this library is rather simple.
Thanks for submitting these questions, I will cleanup the code and project references 👍🏻 💯
For what I've gathered, it's a deprecated utility https://www.infoq.com/news/2019/01/pure-attribute-net-core/