Phil Scott

Results 47 comments of Phil Scott

@lonix1, if you want to give it a go on a PR I'd be happy to review it. I'm pretty sure Windows Terminal didn't support them when we added links...

I see nothing wrong with adding it. It'd be a nice addition 👍

One thing I noticed here is that if you enable strict parsing, you get the expected behavior. ```csharp var app = new CommandApp(); app.Configure(i => i.UseStrictParsing()); app.Run(testArgs); ``` I'm not...

I took a look some more in this. I still comes down to how each shell is gonna handle the quotes and each shell is wildly different. Cmd.exe, pwsh, and...

Yeah, I agree that not a ton of effort should be spent on non-standard things like this. It being discarded wouldn't be an unexpected behavior to me

Yeah, this feature request is still open. Happy to take a look at a pull request if someone wants to give it a go.

Great, thanks for the heads up. I'll be looking for it

few years back I went down this route when I wanted to try and see what running spectre.console in blazor would look like. I came up with a pretty similar...

Disregard the failed unit tests, that was due to multiple AddCommands and I was lost in the weeds thinking I broke something with that property comparer. Those are fixed, but...

MS confirmed the bug with NativeAOT. I cleaned up the commit to be explicit about why there is a work around, separate from the main AOT work. Regarding the future...