Jon Sequeira

Results 700 comments of Jon Sequeira

A few thoughts: We'd use System.CommandLine for the command line parsing and validation under the hood, but the magic commands should possibly avoid embedding .NET concepts such as types. Maybe...

I wonder whether the serializer can be configured to work around this issue. In both of these cases, the problem is that the underlying compiler implementation produces non-CLS compliant symbol...

It is non-compliant. It's the XML serializer that has a problem with that.

The script engines create assemblies as code is run. Those assemblies are non-CLS compliant. From the stack trace, it looks to me like the XML serializer doesn't like that. I'm...

If you associate .dib with VS Code it will open there in the appropriate extension.

Would you mind trying this again? Some changes have been made in how the SQL package handles different RIDs.

@daxian-dbw Any ideas on this one?

This is a limitation of the submission parser and isn't limited to `#r`. It affects all magic commands as well.

Export to PDF will be supported in VS Code via the Jupyter extension. See #1334. We're looking at other export formats as part of our automation story.

@marckruzik Could you clarify whether you saw this in Visual Studio or Visual Studio Code? Thanks!