madskristensen / AddAnyFile

A Visual Studio extension
Apache License 2.0
262 stars 119 forks source link

Enable support for VS 2022 ARM64 #149

Closed craigktreasure closed 1 month ago

craigktreasure commented 1 month ago

This change adds support for the arm64 platform architecture by updating the tooling packages to the latest versions and adding a new entry for the arm64 ProductArchitecture.

Note that there are some changes to the build warnings identified by analyzers after the package upgrades:

Before (master): 78 warnings

After: 91 warnings

Fixes https://github.com/madskristensen/AddAnyFile/issues/146.

madskristensen commented 1 month ago

Thanks for the PR. This feature is now built in to VS 2022. Have you tried hitting Shift+F2 without this extension?

craigktreasure commented 1 month ago

Thanks for the PR. This feature is now built in to VS 2022. Have you tried hitting Shift+F2 without this extension?

Huh. No I have not. But I will!