Skip to content

Update slngen dependency#801

Merged
Arlodotexe merged 1 commit into
CommunityToolkit:mainfrom
vgromfeld:u/vigromfe/updateTooling
May 29, 2026
Merged

Update slngen dependency#801
Arlodotexe merged 1 commit into
CommunityToolkit:mainfrom
vgromfeld:u/vigromfe/updateTooling

Conversation

@vgromfeld
Copy link
Copy Markdown
Contributor

What

The GenerateAllSolution.bat script is failing on ARM64 devices with the error described in microsoft/slngen#676.
The slngen tool has been fixed, but the project is still pulling an old build of the tool.

We can manually update the tools using dotnet tool update --all, but it will be simpler to directly pull a fixed build 😊.

How

I'm updating the requested version of the slngen tool to the latest one available: 12.0.32.

@vgromfeld vgromfeld changed the title Update tooling dependency Update slngen dependency May 12, 2026
Copy link
Copy Markdown
Member

@Arlodotexe Arlodotexe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm lacking an ARM64 device to test this myself, but I reached out in the Windows App Community Discord via this thread and a community member was kind enough to test this for us on a real ARM64 device.

We've verified that this branch is able to run slngen and open the generated solution in Visual Studio, though we haven't verified that the original bug was present on main.

Given that this PR is just a version bump to slngen, I only need to trust the validity of the original bug report to safely close this. Thanks for the report and fix! Approved and merged 🙂

@Arlodotexe Arlodotexe merged commit 0cd9c48 into CommunityToolkit:main May 29, 2026
24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants