Open
Conversation
- 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
- 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)
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.
No description provided.