Skip to content

Remaining commands#52352

Merged
tmat merged 14 commits intodotnet:release/10.0.2xxfrom
tmat:RemainingCommands
Jan 9, 2026
Merged

Remaining commands#52352
tmat merged 14 commits intodotnet:release/10.0.2xxfrom
tmat:RemainingCommands

Conversation

@tmat
Copy link
Member

@tmat tmat commented Jan 7, 2026

More refactoring towards pattern established by #52137.

The only remaining commands that need work are nuget and new.

@tmat tmat force-pushed the RemainingCommands branch from 63e8f65 to 1d5ecb2 Compare January 8, 2026 01:21
@tmat tmat force-pushed the RemainingCommands branch from 8280b19 to 49c0774 Compare January 8, 2026 16:19
@tmat tmat marked this pull request as ready for review January 8, 2026 19:46
@tmat tmat requested review from a team as code owners January 8, 2026 19:46
@tmat
Copy link
Member Author

tmat commented Jan 8, 2026

@MiYanni ptal

namespace Microsoft.DotNet.Cli.Commands.BuildServer;

internal static class BuildServerCommandDefinition
internal sealed class BuildServerCommandDefinition : Command
Copy link
Member

Choose a reason for hiding this comment

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

Maybe this is me just noticing it now, but a CommandDefinition derives from Command? I guess my natural expectation is that only Commands derive from Command. Maybe it would make sense to rename Command to CommandDefinition and CommandBase to Command?

Copy link
Member Author

@tmat tmat Jan 8, 2026

Choose a reason for hiding this comment

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

The CLI uses ambiguous names. There are multiple "Command" types. This one is System.CommandLine.Command.
There is Utils.Command and also CommandBase. These are used for command implementations. I can follow up and do some renames of the latter two to clean it up later on.

@tmat tmat enabled auto-merge (squash) January 9, 2026 00:09
@tmat tmat merged commit bcec9ad into dotnet:release/10.0.2xx Jan 9, 2026
26 checks passed
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.

3 participants