Jon Sequeira

Results 700 comments of Jon Sequeira

I'm not aware of any. We're planning to create a source generator that will replace `System.CommandLine.NamingConventionBinder` with something as concise but with all of the trimmability of the core `System.CommandLine`,...

Copied from @ptr727's comment on [#1781](https://github.com/dotnet/command-line-api/issues/1781#issuecomment-1169375983): > Problem with the string[] args is that it breaks when using e.g. `"D:\"`, where the " was treated as an embedded quote, not...

## Proposal 1 Here's a [straw man](https://en.wikipedia.org/wiki/Straw_man_proposal) for an API, thrown out for the purpose of discussion. I encourage people to make other proposals, whether alternatives or alterations. ```csharp var...

An interactive mode would be pretty nice. Making it work well across different kinds of terminals is why we held off on this for now. A better readline implementation would...

As implemented, the `[debug]` directive presented a way to cause a tool using it to hang indefinitely while it waits for user input.

Apologies. The docs in this repo are outdated and need to be removed. The official documentation is [here](https://docs.microsoft.com/en-us/dotnet/standard/commandline/) and doesn't mention `[debug]`.

Thanks, @shaggygi! These are great suggestions. I'd like to clarify what's meant by non-beta as I realized it's ambiguous. My apologies. Because of the significant number of [breaking changes](https://github.com/dotnet/command-line-api/issues?q=label%3A%22Breaking+Change%22+milestone%3A%222.0+GA%22+) relative...

The RC wouldn't be an honest RC if we break a lot more APIs afterward so in light of improvements like #1510, we're going to hold off a few more...