Jon Sequeira

Results 94 issues of Jon Sequeira

When scheduling a deferred command, it's intuitive to do this: ```csharp var submitCode = new SubmitCode("// some code", "csharp"); Kernel.Root.DeferCommand(submitCode); ``` This actually defers the command against the `Root` (`CompositeKernel`)...

bug
Impact-Medium
Area-Messaging / scheduling / comms

Repro steps: 1) Set a variable in a JavaScript cell: ```js myVariable = 123; ``` 2) Restart the kernel 3) In another JavaScript cell, run this: ```js console.log(myVariable); ``` Expected:...

bug
Area-VS Code Extension
Area-JavaScript HTML CSS
Impact-High

Explore how to include this functionality in the `dotnet-interactive` executable by default in order to reduce version compatibility issues and improve load times. Acquisition of RID-specific packages for SQL Tools...

enhancement
Area-Packages and Extensions
Impact-Medium
Area-SQL / data querying

- Azure Data Studio Version: Azure Data Studio - Insiders Version: 1.36.0-insider (user setup) Commit: a2c39369c98916366ff7bcf9826c7cab7b8de38f Date: 2022-03-04T06:28:43.281Z (13 hrs ago) VS Code: 1.59.0 Electron: 13.5.0 Chrome: 91.0.4472.164 Node.js: 14.16.0...

Bug
Area - Notebooks
Triage: Done
Subarea - .NET Interactive

# System.CommandLine 2.0 Beta 4 We've been working through feedback on the [beta 2](https://github.com/dotnet/command-line-api/issues/1537) and [beta 3](https://github.com/dotnet/command-line-api/issues/1613) releases of System.CommandLine and now we're ready with beta 4. Here's a quick...

Over the course of [beta 2](https://github.com/dotnet/command-line-api/issues/1537) and[ beta 4](https://github.com/dotnet/command-line-api/issues/1750), a couple of conventions were removed because they'd led to too much confusion. We still haven't found the right balance of...

needs discussion

In order to make `ParseResult.GetValueForArgument` and `ParseResult.GetValueForOption` easier to find and use, the suggestion was made in API review to add them to `InvocationContext`. We should also simplify the naming...

Area-API
Breaking Change

Because `IConsole` was in part intended to explore future potential ideas for `System.Console` which will require a longer design period, we should change this interface to a concrete type with...

Area-API
Breaking Change

The `CommandLineStringSplitter` provides a way to split a `string` into a `string[]` and is intended to conform to the way that strings are split on the command line. It has...

bug
Area-Parser and Model Binder

The `[debug]` directive allowed for a consistent way to attach a debugger and stop on a breakpoint in an application's startup code. We weren't satisfied with the security of the...

enhancement