Add Visual Studio 2026 build support - #1067
Merged
Merged
Conversation
FieldWorks now builds with Visual Studio 2026 or 2022, preferring the newest installed. VS 2026 builds use its MSVC toolset; VS 2022 builds are unchanged. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1067 +/- ##
==========================================
+ Coverage 36.44% 40.32% +3.88%
==========================================
Files 1354 1542 +188
Lines 295692 365064 +69372
Branches 40228 40231 +3
==========================================
+ Hits 107752 147228 +39476
- Misses 158660 188551 +29891
- Partials 29280 29285 +5 🚀 New features to boost your workflow:
|
jtmaxwell3
approved these changes
Aug 14, 2026
jtmaxwell3
left a comment
Collaborator
There was a problem hiding this comment.
@jtmaxwell3 reviewed 20 files and all commit messages.
Reviewable status:complete! all files reviewed, all discussions resolved (waiting on jasonleenaylor).
Build and setup scripts reported only a version number, so it was hard to tell whether a build used Visual Studio 2026 or 2022 -- especially since VS 2022 reports a display version such as "17.14.37 (July 2026)". They now lead with the product name and also report the MSVC toolset. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
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
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
FieldWorks now builds with Visual Studio 2026 or 2022, preferring the newest installed. VS 2026 builds use its MSVC toolset; VS 2022 builds are unchanged.
Quick Summary
Merge ready checklist
This change is