Fixes for VS2026 by florelis · Pull Request #5896 · microsoft/winget-cli
Navigation Menu
{{ message }}
microsoft / winget-cli Public
- Notifications You must be signed in to change notification settings
- Fork 1.7k
Merged
florelis merged 2 commits intomicrosoft:masterfrom
Dec 1, 2025Merged
Fixes for VS2026#5896
florelis merged 2 commits intomicrosoft:masterfrom
Fixes for VS2026#5896
florelis merged 2 commits intomicrosoft:masterfrom
Conversation
Copy link
Member
Follow-up to #5882 to fix some issues I saw when building with VS2026.
- Add back the setting for
ReleaseStaticconfiguration that I deleted by accident. (The build error without this says that a the binary needs an entrypoint. So I'm assuming that without theConfigurationTypeit 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
requested a review
from a team
as a code owner
florelis
changed the title
Add back ReleaseStatic configuration removed by accident
Fixes for VS2026
JohnMcPMS approved these changes Dec 1, 2025
florelis
deleted the
releasestatic
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment