Fredrik Høisæther Rasch
Fredrik Høisæther Rasch
Another exception message, this time when editing a previously run command (by hitting up-arrow), again exception was throws as soon as the caret moved one beyond the current width of...
I have started work on PR #2450 which proposes some refactoring to the Hosting library. In that PR, if you use Hosted Services for all commands the you would not...
I have started work on PR https://github.com/dotnet/command-line-api/pull/2450 where I propose new overloads to `UseHost` that accept `HostApplicationBuilder`. This will however require adding the `net8.0` TFM to `System.CommandLine.Hosting`, but we'll have...
https://github.com/dotnet/command-line-api/issues/2390 shows that there might be a use-case for an `UseHost` extension method on `BindingHandler` that would allow to create per-command Host configurations instead of the current `UseHost` extension that...
Since this is still in draft, I have expanded the desciption with more detail. Despite discussing the more general aspects in the related issue, I'd like some feedback on the...
I have made a little exploratory attempt at how such XML serialization types might look like in PR #557.