xunit / devices.xunit

xUnit.net Runners for Devices
Other
73 stars 36 forks source link

64-bit Support #6

Closed kentcb closed 9 years ago

kentcb commented 9 years ago

Need to switch to the unified API in order to support 64-bit.

clairernovotny commented 9 years ago

This is in progress. Just hit a snag with Xamarin changing a path name on the device for 64-bit so it might be a bit....we'll see.

clairernovotny commented 9 years ago

This is now supported in RC1: https://www.nuget.org/packages/xunit.runner.xamarin/

kentcb commented 9 years ago

Thanks @onovotny. I noticed the package has a dependency on xunit >= 2.0.0rc1-build2826. However, per this issue, I haven't been able to install that version of xunit due to Xamarin Studio having too old a version of NuGet.

Am I missing something?

EDIT: I guess you might be using Visual Studio/command line?