Skip to content

Remove Stryker workaround#2933

Merged
martincostello merged 1 commit intomainfrom
remove-stryker-workaround
Feb 13, 2026
Merged

Remove Stryker workaround#2933
martincostello merged 1 commit intomainfrom
remove-stryker-workaround

Conversation

@martincostello
Copy link
Copy Markdown
Member

Remove warning suppression for IDE0032 for Stryker.

Removed warning suppression for IDE0032 for Stryker.
@codecov
Copy link
Copy Markdown

codecov bot commented Feb 13, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.15%. Comparing base (49967c3) to head (3f95d20).
⚠️ Report is 2 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2933   +/-   ##
=======================================
  Coverage   96.15%   96.15%           
=======================================
  Files         309      309           
  Lines        7128     7128           
  Branches     1005     1005           
=======================================
  Hits         6854     6854           
  Misses        221      221           
  Partials       53       53           
Flag Coverage Δ
linux 96.15% <ø> (ø)
macos 96.15% <ø> (ø)
windows 96.14% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@martincostello martincostello marked this pull request as ready for review February 13, 2026 18:01
Copilot AI review requested due to automatic review settings February 13, 2026 18:01
@martincostello martincostello enabled auto-merge (squash) February 13, 2026 18:01
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR removes a temporary build warning suppression (IDE0032) that was added as a workaround for Stryker compatibility, returning the repository-wide build configuration to its normal warning behavior.

Changes:

  • Removed the IDE0032 entry from NoWarn in Directory.Build.props.
  • Removed the associated workaround comment referencing Stryker/C# 14 (.NET 10).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@martincostello martincostello merged commit 2b569d4 into main Feb 13, 2026
39 of 41 checks passed
@martincostello martincostello deleted the remove-stryker-workaround branch February 13, 2026 18:12
This was referenced Mar 4, 2026
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.

2 participants