Commit 7229d75
Spell out the namespace on the Catalog option so it compiles
CI failed on a clean build that a local incremental build had been hiding: the
property is named Catalog, so inside ExtractionOptions the simple name binds to
the member rather than to the namespace of the same name, and Catalog.XafCatalog
does not resolve.
My local build had a stale obj/ and never recompiled the file, which is a good
argument for reproducing a CI failure with a clean tree rather than trusting a
green local run.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>1 parent 18138f6 commit 7229d75
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
127 | 132 | | |
128 | | - | |
| 133 | + | |
129 | 134 | | |
0 commit comments