Michael Billstein

- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Michael Billstein created a post, Coverage after null-conditional operators
If you are using null-conditional operators like: something?.DoSomething() DotCover always marks the whole line as covered even if 'something' is always null. That's a big issue for us because ther...