Commit f65d657
docs(csharp): correct EF compile-check failure diagnostic + dedup model comment
The .ToJson()-on-a-primitive-collection failure the guard catches surfaces
as CS1929 (extension-method receiver mismatch — ToJson requires an
OwnedNavigationBuilder), not CS1061, and the receiver is a
PrimitiveCollectionBuilder<List<T>>, not a PropertyBuilder<List<T>>. Correct
both in the file-header comment. Also collapse the duplicate EF-surface
bullet list above the Model field into a pointer to the header, removing the
drift-prone restatement. Comment-only; behavior and the test are unchanged.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent b9cb724 commit f65d657
1 file changed
Lines changed: 5 additions & 9 deletions
Lines changed: 5 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
| 36 | + | |
| 37 | + | |
42 | 38 | | |
43 | 39 | | |
44 | 40 | | |
| |||
0 commit comments