Commit 84dde17
committed
Fix unresolved MapConfig XML doc cref in ChildContextConfig
MapConfig is now generic (MapConfig<TItem>), so the bare <see cref="MapConfig"/>
no longer resolved and broke the build under TreatWarningsAsErrors (CS1574).
Reference the generic type as MapConfig{TItem}.1 parent cca4e74 commit 84dde17
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
0 commit comments