Skip to content

Conversation

@SimonCropp
Copy link
Member

No description provided.

Change the header parameter from bool header = false to nullable bool? header = null across Verifier Combination methods and VerifyBase wrappers. Files updated: src/Verify.Expecto/Verifier_Combination.cs, src/Verify.Fixie/Verifier_Combination.cs, src/Verify.MSTest/Verifier_Combination.cs, src/Verify.MSTest/VerifyBase_Combination.cs, src/Verify.TUnit/Verifier_Combination.cs, src/Verify.XunitV3/Verifier_Combination.cs, src/Verify.XunitV3/VerifyBase_Combination.cs. This makes the header argument tri-state (true/false/unspecified) and keeps signature forwarding consistent.
@SimonCropp SimonCropp added this to the 31.12.5 milestone Feb 11, 2026
@SimonCropp SimonCropp merged commit b2eaeb2 into main Feb 11, 2026
6 of 7 checks passed
@SimonCropp SimonCropp deleted the Make-'header'-parameter-nullable-in-Combination-APIs branch February 11, 2026 20:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant