Replies: 1 comment
|
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Unsure if this is a bug or intended so I figured I'd post it as a question first.
I'm currently unable to reference a nuget package via the
#loadfeature.> Vanara.profile.csxWhen doing
#load Vanara.profile.csxI get the following error:But no error if I copy paste the entirety of the .csx file into csharprepl.
I've also noticed that when pasting inline usings like this, Intellisense seems to die for some reason for the respective using but still evaluates just fine (see screenshots below).
All reactions