J.D. Cain
J.D. Cain
Since updating to 2.4.2 theories which take a double generate unusual test names. ``` Test2(i: 2.1000000000000001) Test2(i: 2.2000000000000002) ``` in 2.4.1 they display as ``` Test2(i: 2.1) Test2(i: 2.2) ```
I have an instance where I am trying to use SmartEnumValueConverter but since the value can be null it throws an error rather than settings the SmartType to null. How...
Currently in order to record tests we use `vstest.console.exe` from the `Microsoft.TestPlatform` package. When using version 18.0.0 it no longer finds the 'Screen and Voice Recorder'. ``` Data collection :...