codecadwallader / codemaid

CodeMaid is an open source Visual Studio extension to cleanup and simplify our C#, C++, F#, VB, PHP, PowerShell, JSON, XAML, XML, ASP, HTML, CSS, LESS, SCSS, JavaScript and TypeScript coding.
http://www.codemaid.net
GNU Lesser General Public License v3.0
1.88k stars 352 forks source link

Fix compatibility problem with arm64 architecture #1009

Open KevinJalais opened 1 year ago

KevinJalais commented 1 year ago

Hello,

I propose a few changes to make the extension compatible with VS 2022 installation on ARM64 architecture. I have made the update of the NuGet packages and added the target "arm64" to the .vsixmanifest file.

The compilation is successful and I installed the extension to my VS 2022 running on Windows 11 virtualized with parallels desktop on a Macbook Pro (M2 Max chip) computer.

KevinJalais commented 8 months ago

Hi @codecadwallader, I understand your point. Unfortunately, I am not able to test on VS2019 with Intel based computer.