[Breaking change]: WithCommand obsolete, call WithCommand overload that accepts CommandOptions instead #2888
Labels
area-docs
⛓️💥 breaking-change
Issues or PRs tracking breaking changes.
doc-idea
Indicates issues that are suggestions for new topics [org][type][category]
in-pr
Pri1
High priority, do before Pri2 and Pri3
Milestone
Description
We obsoleted the
WithCommand
overload that takes lots of optional parameters and introduced a new overload that accepts an instance ofCommandOptions
.Version
.NET Aspire 9.2
Previous behavior
The
WithCommand
method was not marked obsolete.New behavior
The existing
WithCommand
overload is now obsolete. The new overload that acceptsCommandOptions
should be used instead.Type of breaking change
Reason for change
API review.
Recommended action
Use the new overload.
Affected APIs
No response
The text was updated successfully, but these errors were encountered: