-
Notifications
You must be signed in to change notification settings - Fork 744
Issue4416 #4417
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue4416 #4417
Conversation
…rts over, plus the directoryasserts
…isappear from the Test Explorer also for 462.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have fixed some of the items mentioned:
Enabled warnings for formatting violations and fixed code.
Added Assert.cs class
Enabled Assert.Conditions.cs. Note that there no longer seem to be unit test for these (probably all converted to Assert.That).
Let me know if you want me to do some more work for you.
…ts by removing those with Args
Issue4415
dotnet format whitespace
Some of these comes from platform dependent tests. I believe we could use the Platform attribute instead to get rid of these. I notice that the tests are still visible in the Test Explorer, but I thought that #3866 should remove them? [UPDATE] |
Regarding the inconclusive tests, then it has been an issue for a long time - see e.g. #1001 |
Awesome, thanks @mikkelbu ! I was not aware of that one. I think we can actually handle this in the adapter, and and then turn those off in a .runsettings. |
Resolving #4416