mattwhitfield / Unitverse

A unit test generation extension for Visual Studio that aims to always produce code that compiles - covering the basic cases automatically and preparing as much as it can for the complex cases.
MIT License
89 stars 20 forks source link

Need support for ARM64 #193

Closed thalter closed 1 year ago

thalter commented 1 year ago

Extension only installable in AMD64 versions of Visual Studio. Need support for ARM64 versions of Visual Studio.

mattwhitfield commented 1 year ago

That's definitely something I'd like to do - I just don't have the kit to test it. The core functionality is very well covered by tests - but the VS integration less so, so it's definitely something that I'd need an environment to test with.

Very happy if someone who has the requisite kit would want to submit a contribution or help with testing...

mattwhitfield commented 1 year ago

Thank you for the contribution ❤

Really appreciate it