Commit c0f7278
committed
fix(core): fully-qualify IReportArtifactStore in ReportRunner (CS0246)
CI clean build failed because ReportRunner (namespace NeoReports.Core.Pipeline)
referenced sibling 'Artifacts.IReportArtifactStore' without a using; a stale local
obj masked it. Use the fully-qualified NeoReports.Core.Artifacts.* name. Verified
with obj/bin wiped: clean full build + all 58 tests green.1 parent 3e9f816 commit c0f7278
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
200 | | - | |
| 200 | + | |
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
| |||
0 commit comments