Issue4416#4417
Conversation
…rts over, plus the directoryasserts
…isappear from the Test Explorer also for 462.
manfred-brands
left a comment
There was a problem hiding this comment.
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