NuGetGallery icon indicating copy to clipboard operation
NuGetGallery copied to clipboard

Issues getting started on Windows/VS ARM64

Open clairernovotny opened this issue 11 months ago • 1 comments

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

  1. Install VS onto an ARM64 machine--it'll install the ARM64 verison of VS.
  2. Follow the instructions in the README

Expected Behavior

Development on ARM64 should be supported.

Screenshots

image image

Additional Context and logs

No response

clairernovotny avatar Mar 04 '24 17:03 clairernovotny

Most likely it's due to code is in .NETFramework code. Until we move to .Net tfmit wouldn't work on ARM.

erdembayar avatar Apr 09 '24 17:04 erdembayar