Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues getting started on Windows/VS ARM64 #9841

Open
clairernovotny opened this issue Mar 4, 2024 · 1 comment
Open

Issues getting started on Windows/VS ARM64 #9841

clairernovotny opened this issue Mar 4, 2024 · 1 comment

Comments

@clairernovotny
Copy link

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

@erdembayar
Copy link
Contributor

erdembayar commented Apr 9, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants