-
-
Notifications
You must be signed in to change notification settings - Fork 40
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
Enable installation on Visual Studio 2022 for ARM64 #439
Enable installation on Visual Studio 2022 for ARM64 #439
Conversation
Updated the following packages: * Microsoft.CodeAnalysis.*: 4.8.0 -> 4.10.0 * Microsoft.VisualStudio.Composition.Analyzers: 17.7.40 -> 17.10.37 * Microsoft.VisualStudio.SDK: 17.1.32210.191 -> 17.10.40171 * Microsoft.VisualStudio.Threading.Analyzers: 17.9.28 -> 17.10.48 * Newtonsoft.Json: 13.0.1 -> 13.0.3 * StreamJsonRpc: 2.16.36 -> 2.18.48 * System.Composition: 7.0.0 -> 8.0.0 These package upgrades were mostly constrained to `FineCodeCoverage.csproj` and `FineCodeCoverageTests.csproj` with the exception of `Newtonsoft.json` which I also updated in `FineCodeCoverage.csproj`.
So you did not encounter any of the problems from #352 - Excss exception / bad image format exception ? |
I'm using VS 17.10.4 on arm64 to build and run it. I am not experiencing the issue mentioned there. Not sure how to explain that. Would be great to get a second opinion. |
I wonder if @dpmurphy would mind giving my changes a try. |
Yes tomorrow
On Jul 21, 2024, at 9:24 PM, Craig Treasure ***@***.***> wrote:
I wonder if @dpmurphy<https://github.com/dpmurphy> would mind giving my changes a try.
—
Reply to this email directly, view it on GitHub<#439 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ABEDFABZ3YJGRVVDN7F3TU3ZNRNLBAVCNFSM6AAAAABLGAC3NSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENBRHA3TKMZYHE>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@craigktreasure Please use the vsix from the marketplace and let me know if there are any issues. Thanks |
Yes vsix from marketplace works now arm64, mac based with VS2022 community edition.
Thanks so much.
From: Tony Hallett ***@***.***>
Date: Monday, July 22, 2024 at 8:42 AM
To: FortuneN/FineCodeCoverage ***@***.***>
Cc: Daniel Murphy ***@***.***>, Mention ***@***.***>
Subject: Re: [FortuneN/FineCodeCoverage] Enable installation on Visual Studio 2022 for ARM64 (PR #439)
@craigktreasure<https://github.com/craigktreasure> Please use the vsix from the marketplace and let me know if there are any issues. Thanks
—
Reply to this email directly, view it on GitHub<#439 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ABEDFAFUXSDOF4PCWBMCT4DZNT4Z5AVCNFSM6AAAAABLGAC3NSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENBSHA3DGNBUHE>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
@dpmurphy |
When I built the vsix myself it failed to load the windows correctly. But the one I installed from the marketplace is working fine.
From: Tony Hallett ***@***.***>
Date: Monday, July 22, 2024 at 9:31 AM
To: FortuneN/FineCodeCoverage ***@***.***>
Cc: Daniel Murphy ***@***.***>, Mention ***@***.***>
Subject: Re: [FortuneN/FineCodeCoverage] Enable installation on Visual Studio 2022 for ARM64 (PR #439)
@dpmurphy<https://github.com/dpmurphy>
Sorry, I am confused with comment above and #440 (comment)<#440 (comment)>
—
Reply to this email directly, view it on GitHub<#439 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ABEDFAFXAMEPUO673PWAZJ3ZNUCUJAVCNFSM6AAAAABLGAC3NSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENBSHE3TAOJWGI>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
@dpmurphy The report UI will be changed at some point and Excss will be removed. |
This change adds support for the
arm64
platform architecture to the VS 2022 extension by updating theMicrosoft.VSSDK.BuildTools
package to the latest version (17.11.414) and adding a new entry for thearm64
ProductArchitecture
.Built and tested on my Surface Pro 11 running VS 17.10.4 for ARM 64-bit. As best I can tell, everything seems to work.
I believe this PR addresses #436.
It's worth mentioning that the number of warnings produced during the build (at least from my local build) went from 2 to 19. The new warnings are likely due to updated analyzers from the package upgrade. Here are the new warnings:
The new warnings include: