Jakub Jareš

Results 1164 comments of Jakub Jareš

Using dynamic data source does not exhibit the same problem. And grabbing the version of the DataRow attribute from 3.0.4, before it removed the additional ctors also solves the problem.

So it is this ctor, which is not present in 3.0.4. I can repro the problem by adding it to the 3.0.4 attribute code. The data will bind to it,...

https://github.com/microsoft/testfx/issues/1740 this bug, and the related change: https://github.com/microsoft/testfx/pull/1878

This file for further experiments, it stops working when you uncomment the first ctor. ```cs // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT license. See...

We're waiting for the owner on the native toolchain to have a look.

I agree with you dotMorten, having the timer pause when the application is paused seems like the best solution, that way I can debug the code and still have it...

Thanks for raising the issue, and for working out a workaround. Closing because currently the plan is to not re-introduce Should-NotThrow.

Yes. This would be `Should-MatchString` and `Should-NotMatchString`, to follow the current naming convention.