Skip to content

Commit e24d4c7

Browse files
dmealingclaude
andcommitted
refactor(conformance): C# IsContractOnly mirrors TS/Java (!HasDocsExpected parity)
Behavior-neutral: the only contract-only fixture has no docs-expected; this aligns the C# predicate clause-for-clause with the TS/Java isContractOnly. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent a5c9abf commit e24d4c7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

server/csharp/MetaObjects.Conformance.Tests/FixtureDiscovery.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ public sealed record Fixture(
6565
!HasExpectedEffective &&
6666
!HasExpectedErrors &&
6767
!HasExpectedWarnings &&
68-
!HasScript;
68+
!HasScript &&
69+
!HasDocsExpected;
6970
}
7071

7172
/// <summary>

0 commit comments

Comments
 (0)