Skip to content

Make 'header' parameter nullable in combination ap is#1682

Merged
SimonCropp merged 2 commits intomainfrom
Make-'header'-parameter-nullable-in-Combination-APIs
Feb 11, 2026
Merged

Make 'header' parameter nullable in combination ap is#1682
SimonCropp merged 2 commits intomainfrom
Make-'header'-parameter-nullable-in-Combination-APIs

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.
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