Home
.NET Tools Support | JetBrains
Contact Support
Community
Sign in
Pierre Basson
Total activity
3
Last activity
October 19, 2023 22:45
Member since
December 17, 2018 10:39
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
1
Activity overview
Posts (0)
Comments (2)
Pierre Basson
commented,
October 19, 2023 22:45
This works 100% for me:#pragma warning disable IDE0060public static class AssertException{ public static void ExceptionEquals(this Assert assert, Type expected, Action action) { if (expec...
Community
dotCover discussions
Closing braces sometimes not being included in code coverage
0 votes
Pierre Basson
commented,
December 17, 2018 10:39
Hi You can try something like this: And your test method:
Community
dotCover discussions
Closing braces sometimes not being included in code coverage
0 votes