dotnet / command-line-api

Command line parsing, invocation, and rendering of terminal output.
https://github.com/dotnet/command-line-api/wiki
MIT License
3.38k stars 381 forks source link

Review ApiCompatbility diff #2383

Open KathleenDollard opened 5 months ago

KathleenDollard commented 5 months ago

The ApiCompatibility tests describe the API shape and ensure there are no accidental changes.

We took these tests off-line in Powderhouse as we were making the initial changes. Reviewing now will let us clarify the shape of the core API and identify changes that are still needed.

This is likely to result in a document in the proposals folder that clarifies the changes and the desired API.