Skip to content

test: rename EtlPipelineTests class (fix MA0049 blocking #278) - #283

Merged
Chris-Wolfgang merged 1 commit into
vNextfrom
fix/ma0049-test-class-name
Jul 20, 2026
Merged

test: rename EtlPipelineTests class (fix MA0049 blocking #278)#283
Chris-Wolfgang merged 1 commit into
vNextfrom
fix/ma0049-test-class-name

Conversation

@Chris-Wolfgang

Copy link
Copy Markdown
Owner

The single InspectCode error on vNext (and therefore on #278 vNext→main) is MA0049 — the test class EtlPipelineTests matches its namespace segment …Tests.Unit.EtlPipelineTests. Rename it to EtlPipelineCoreTests; namespace and file unchanged. One-line change, 25 EtlPipeline tests pass.

Note: an earlier PR of mine (#282's intended content) that also did this rename got superseded — #282 merged a divergent commit, so the rename never reached vNext. This applies it directly off current vNext.

Merge → vNext → #278 re-runs → InspectCode passes.

Separately: From on vNext is still an instance method (draws non-blocking S2325 warnings). The extension conversion we discussed didn't land either — let me know if you still want it before 0.16.0.

The test class name matched its containing namespace segment
(...Tests.Unit.EtlPipelineTests), tripping InspectCode MA0049 as an error
and blocking #278. Rename the class; namespace/file unchanged. This is the
only error-severity InspectCode finding on vNext.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings July 20, 2026 19:47

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants