fix(dev-cli): IDE0011 surfaced by runner SDK update — restores CI#273
Merged
Conversation
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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 thedev-clicompile step (workflow-command.cs:84) for any PR regardless of content. (Same SDK drift surfaced two instances inModalContainer.razor.cslocally, fixed in #272.) PR #272 was merged with this environmental failure; this PR restores green.ifinDetermineModedev-clicompiles clean via the samedotnet run tools/dev-cli/dev.cspath CI uses; fulldev build0/0🤖 Generated with Claude Code