Jon Sequeira

Results 700 comments of Jon Sequeira

The issue here is that `GetValueOrDefault` is intended to throw when there is a parsing error, including custom parsing errors defined by validators. After all, there's no way to convert...

You can call `SymbolResult.GetResult`. If it returns `null` or it returns a result where `Implicit` is `true`, then the option or argument was not provided on the command line. If...

> I was just not understanding why a validator would still be run if the parser failed. Validators are the mechanism by which many parse errors are created in the...

Edit: Nevermind. I messed up my local test run. ~This sounds like a pretty simple case but I realized after "fixing" it that the test passes even without the change...

This behavior was introduced by #3912, the intent of which was to align PowerShell outputs more closely to C# outputs. I think this deserves a discussion about how to accommodate...

@FH-Inway The pre-release version of Polyglot Notebooks has been released which should contain this change (as well as the update to .NET 10). Please give a try.

Sorry about that. We're seeing a problem in our publishing pipeline. I'll report back when it's resolved.

> I have setup my env variables to store my vscode extensions and nuget packages to D drive path. Can you share the specific settings you've modified so that I...

Could you provide some logs? You can enable logging by editing the Polyglot Notebooks extension's settings for `Kernel Transport Args` and adding the following: ```diff "dotnet-interactive.kernelTransportArgs": [ "{dotnet_path}", "tool", "run",...