NuGet / NuGetGallery

NuGet Gallery is a package repository that powers https://www.nuget.org. Use this repo for reporting NuGet.org issues.

Home Page:https://www.nuget.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issues getting started on Windows/VS ARM64

clairernovotny opened this issue · 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

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