Fixes for VS2026 by florelis · Pull Request #5896 · microsoft/winget-cli

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@florelis

Copy link

Member

@florelis florelis commented

Nov 25, 2025

edited

Loading

Follow-up to #5882 to fix some issues I saw when building with VS2026.

  • Add back the setting for ReleaseStatic configuration that I deleted by accident. (The build error without this says that a the binary needs an entrypoint. So I'm assuming that without the ConfigurationType it assumes application instead of library.)
  • Added a missing include to a header.
  • Moved a template definition to be after the definition for a type it references.
  • Suppressed a warning from WIL code.

@florelis florelis requested a review from a team as a code owner

November 25, 2025 23:49

@florelis florelis changed the title Add back ReleaseStatic configuration removed by accident Fixes for VS2026

Nov 26, 2025

@florelis florelis merged commit 08b4a6a into microsoft:master

Dec 1, 2025

9 checks passed

@florelis florelis deleted the releasestatic branch

December 1, 2025 19:59

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@JohnMcPMS JohnMcPMS JohnMcPMS approved these changes

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@florelis @JohnMcPMS