Last active
March 3, 2021 18:55
-
-
Save cartermp/6b91c3561c6a5efca4288dca37c15edc to your computer and use it in GitHub Desktop.
@SLAVONchick we're planning on doing a #I "nuget:source"
directive to specify that sort of stuff. probably by the next preview.
@cartermp Cool! Thanks!
@cartermp Hello! I've read today about tooling improvements in VS 2019 16.9 Update and I was wondering, is it possible now to specify my own source while using #r "nuget: ..."
? Thanks!
Yes, this is documented here: https://docs.microsoft.com/en-us/dotnet/fsharp/tools/fsharp-interactive/#specifying-a-package-source
@cartermp Thank you! That’s great!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@cartermp Is there a way to specify source (e.g. MyGet) when using
#r "nuget: ..."
?