J.D. Cain

Results 2 issues of 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...