NuGet Product(s) Involved
dotnet.exe
The Elevator Pitch
It can be useful to ask a tool what changes it wants to make, without having it actually make those changes. A --dry-run option is common across many CLI tools, allowing people and other tools to make decisions about next steps, without having to use source control to revert the tool's actions.
Additional Context and Details
No response
NuGet Product(s) Involved
dotnet.exe
The Elevator Pitch
It can be useful to ask a tool what changes it wants to make, without having it actually make those changes. A
--dry-runoption is common across many CLI tools, allowing people and other tools to make decisions about next steps, without having to use source control to revert the tool's actions.Additional Context and Details
No response