NuGetGallery
NuGetGallery copied to clipboard
Issues getting started on Windows/VS ARM64
Impact
I'm unable to use this version
Describe the bug
While trying to follow the README to get started, when on a Windows ARM64 machine, certain steps cannot be completed and the build does not succeed.
The Azure development workload does not exist on VS for ARM64 currently. SQL Local DB can be installed directly via downloading the bits.
However, upon trying to execute .\build.ps1
, it does not complete successfully as there are errors that appear to be from missing components:
Repro Steps
- Install VS onto an ARM64 machine--it'll install the ARM64 verison of VS.
- Follow the instructions in the README
Expected Behavior
Development on ARM64 should be supported.
Screenshots
Additional Context and logs
No response
Most likely it's due to code is in .NETFramework code. Until we move to .Net tfmit wouldn't work on ARM.