microsoft / testfx

MSTest framework and adapter
MIT License
697 stars 250 forks source link

Workaround the UWP release mode issue with DataRow data #3240

Closed Evangelink closed 1 month ago

Evangelink commented 1 month ago

There seems to be a bug in UWP release mode when ".NET Native tool chain" is enabled causing the data to be wrapped in an object[]. While waiting for a proper fix, we are adding a logic to unwrap the data.

Manually tested.

Fixes #3071