KirillOsenkov / MSBuildStructuredLog

A logger for MSBuild that records a structured representation of executed targets, tasks, property and item values.
MIT License
1.41k stars 188 forks source link

Add native Arm64 support #763

Closed reflectronic closed 3 months ago

reflectronic commented 3 months ago

The .NET Framework versions of StructuredLogViewer and TaskRunner will run natively on Arm64. This is using the new supportedArchitectures element in the application manifest.

reflectronic commented 3 months ago

image

KirillOsenkov commented 3 months ago

Very cool!

Does the app.manifest file need to be shipped with the app or does it get embedded directly inside the executable?

Let's clarify the assemblyIdentity and then we're good to go!

reflectronic commented 3 months ago

The app manifest appears to be embedded into the exe, so, no complications there hopefully

KirillOsenkov commented 3 months ago

Thank you!