Jon Sequeira

Results 700 comments of Jon Sequeira

@baradgur Here's the output from the failing test. I've triggered another run to see if it's consistent. ![image](https://github.com/dotnet/command-line-api/assets/547415/657e7274-557a-44f3-a88b-96bed1d55dc3)

Command line parameters should typically be treated as plain strings, but no further parsing, if you enclose them in quotes. Does the following work? ```console MyApp.exe --password "@123#456" ```

Ah, very helpful. Thanks! Would you like to submit a PR with that change?

Thanks, @saviour123. What browser are you using and which URL were you visiting?

Not immediately but we're working on changes that should make this easier to host. The source code has moved here: https://github.com/dotnet/interactive/tree/main/src/Microsoft.DotNet.Interactive.CSharpProject

Not at this point. We're in the process of updating Try .NET to use the latest .NET Interactive and we'll provide some improved documentation and samples for our APIs over...

A higher-fidelity integration test approach than the current one would be to run the service using Docker and run the Windows-based Playwright tests against that container-hosted service.