interactive icon indicating copy to clipboard operation
interactive copied to clipboard

Add validation and/or diagnostics to `#r "nuget:..."` magic commands

Open brettfo opened this issue 3 years ago • 0 comments

It's very easy to specify an invalid value to #r "nuget:..." and we don't currently do a good job of communicating this to the user, e.g., missing commas, extra commas, unsupported values, etc.

The user experience will be greatly improved if we can provide diagnostics for this.

brettfo avatar Aug 23 '22 17:08 brettfo