Skip to content

fix(dev-cli): IDE0011 surfaced by runner SDK update — restores CI#273

Merged
StevenTCramer merged 1 commit into
masterfrom
dev
Jul 2, 2026
Merged

fix(dev-cli): IDE0011 surfaced by runner SDK update — restores CI#273
StevenTCramer merged 1 commit into
masterfrom
dev

Conversation

@StevenTCramer

Copy link
Copy Markdown
Contributor

Summary

CI broke environmentally: the runner's updated .NET SDK style analysis now catches a braceless-if-with-multi-line-body pattern it previously missed, failing the dev-cli compile step (workflow-command.cs:84) for any PR regardless of content. (Same SDK drift surfaced two instances in ModalContainer.razor.cs locally, fixed in #272.) PR #272 was merged with this environmental failure; this PR restores green.

  • Braced the if in DetermineMode
  • Verified: dev-cli compiles clean via the same dotnet run tools/dev-cli/dev.cs path CI uses; full dev build 0/0

🤖 Generated with Claude Code

The runner's updated .NET SDK style analysis now catches the braceless-if +
multi-line-body pattern it previously missed (same drift that surfaced the
ModalContainer.razor.cs instances locally). This broke CI at the dev-cli
compile step for any PR, independent of content — PR #272 merged with that
environmental failure. dev-cli now compiles clean; full dev build 0/0.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@StevenTCramer StevenTCramer merged commit 4e0814a into master Jul 2, 2026
1 check passed
@StevenTCramer StevenTCramer deleted the dev branch July 2, 2026 15:41
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.

1 participant