Skip to content

U/sgriffin/vs2026#929

Open
stephenegriffin wants to merge 18 commits intomainfrom
u/sgriffin/vs2026
Open

U/sgriffin/vs2026#929
stephenegriffin wants to merge 18 commits intomainfrom
u/sgriffin/vs2026

Conversation

@stephenegriffin
Copy link
Member

No description provided.

- Create Directory.Build.props for centralized build configuration
- Update solution files to VS 18 format
- Update .vsconfig to require Windows 11 SDK (10.0.22621.0)
- Centralize settings: PlatformToolset, WindowsTargetPlatformVersion,
  LanguageStandard, WarningLevel, TreatWarningAsError, SDLCheck,
  SpectreMitigation, ControlFlowGuard, GuardEHContMetadata
- Remove redundant settings from individual .vcxproj files
- Remove Guardian .gdn ruleset references (CI-only dependency)
- Disable clang-tidy for Prefast configs (conflicts with /analyze)
- Fix C2360 switch/case scoping in PaneHeader.cpp

Breaking change: Requires Visual Studio 2026
- Auto-detect MSBuild/vstest via vswhere (no Developer Command Prompt needed)
- Default build: Debug_Unicode x64
- Full configuration matrix: debug/release, unicode/ansi, x64/x86
- Prefast and Fuzz build support
- Matching test scripts for all configurations
- Clean scripts for individual or all configurations
- Replace direct msbuild calls with npm script tasks
- Auto-detect MSBuild via vswhere (no Developer Command Prompt needed)
- Default F5 launches Debug_Unicode x64
- Consistent naming: Debug/Release, ANSI suffix for non-Unicode, x64/x86
- Full matrix for MFCMAPI and MrMAPI debug targets
- Fuzz (x64) and Fuzz (x86) debug targets
- Uses SmartViewTestData as initial corpus
- Configures 60 second default timeout
- README: Focus on end users - download guidance based on Outlook bitness,
  help/feedback links, move all dev content to CONTRIBUTING.md
- CONTRIBUTING: Add VS 2026 requirements, npm build instructions, fuzzing link
- docs/Fuzzing.md: New comprehensive fuzzing guide with quick start
- launch.json: Fix fuzz configs to use correct corpus directory (fuzz/corpus)
  and add artifact_prefix for crash outputs
@stephenegriffin stephenegriffin requested a review from a team as a code owner February 6, 2026 20:27
@github-actions
Copy link

github-actions bot commented Feb 6, 2026

Test Results

    8 files  ±0      8 suites  ±0   52s ⏱️ -1s
  251 tests ±0    251 ✅ ±0  0 💤 ±0  0 ❌ ±0 
2 008 runs  ±0  2 008 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit a4db165. ± Comparison against base commit ff7fe6f.

♻️ This comment has been updated with latest results.

- scripts/Check-Prerequisites.ps1: Validates VS 2026, SDK, toolset, Spectre libs, Node.js
- .vscode/extensions.json: Recommend C++ and PowerShell extensions
- package.json: Add "prereq" and "fuzz:corpus" scripts
- CONTRIBUTING.md: Document prereq verification and .vsconfig import
- docs/Fuzzing.md: Update to use npm run fuzz:corpus
- Switch to windows-2025-vs2026 runner (preview until May 4 GA)
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.

1 participant