Xavalon / XamlStyler

Visual Studio extension to help format your XAML source code
Apache License 2.0
1.2k stars 130 forks source link

ARM64 support #411

Closed JaiganeshKumaran closed 11 months ago

JaiganeshKumaran commented 2 years ago

Visual Studio now supports Windows on ARM natively, without needing to emulate the x86 version. Please release a version of this extension ARM64.

HavenDV commented 1 year ago

Required steps for those who want to do PR. It seems to be simple: https://devblogs.microsoft.com/visualstudio/now-introducing-arm64-support-for-vs-extensions/

HavenDV commented 1 year ago

PR is ready. This also contains a vsix file that can be installed before the release of the official version

grochocki commented 1 year ago

Thanks, @HavenDV! I am looking to get my hands on an ARM device for testing your PR. In the meantime, if anyone can validate the VSIX file in the PR build, please 🚀 this comment.

JaiganeshKumaran commented 1 year ago

I've tested the ARM version of the VSIX from the PR, it works flawlessly.

vhugogarcia commented 1 year ago

Awesome to hear it works amazing on ARM. Any plans to release the new version for ARM support?

HavenDV commented 1 year ago

Perhaps I should somehow request a review for the PR?

vhugogarcia commented 1 year ago

I have one question, is this compatible with VS 2022 for mac?

EmilAlipiev commented 1 year ago

@vhugogarcia i am also wondering. On the description only stated VS mac 2019 and i cannot see this among the extensions on Apple silicon macbook. did you find answer for your question?

vhugogarcia commented 1 year ago

@vhugogarcia i am also wondering. On the description only stated VS mac 2019 and i cannot see this among the extensions on Apple silicon macbook. did you find answer for your question?

Not really. Still waiting for a response 🙃

grochocki commented 11 months ago

ARM64 support is supported in v3.2311.2.0 in publishing now.