gitmadness

Results 2 comments of gitmadness

Code referencing abc/index.json: ``` #i "nuget:https://abc/index.json" #r "nuget:Microsoft.DotNet.Interactive.Kql,*-*" ``` Code with the error after replacing abc/index.json with Nuget.org feed: ``` #i "nuget:https://api.nuget.org/v3/index.json" #r "nuget:Microsoft.DotNet.Interactive.Kql,*-*" ```

Is there a way to tell it to not use a feed? Just thinking how to unblock myself. Agreed on adding support to undo a "#i". From: Jon Sequeira ***@***.***>...