-
Notifications
You must be signed in to change notification settings - Fork 586
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
replace fake header with FST-1027 - Beta 013 #1770
Conversation
Even better: As this thing is a warning only we can ignore that. Maybe I can get @Krzysztof-Cieslak or @enricosada to remove this warning from Ionide as well (or even better provide intellisense within the Now #r "paket:
storage: none
source https://nuget.org/api/v2
source ../../../nuget/dotnetcore
nuget Fake.Core.Target prerelease
nuget FSharp.Core prerelease" works without warning. Now I'll try to get the defaults right, such that |
Both disabling warning in this particular case, and providing intellisense inside those strings should be doable and not too complex. |
Now we get #r "paket:
nuget Fake.Core.Target prerelease
nuget FSharp.Core prerelease" Because we default to |
Ok if any string is given in
I hope the workaround is to use |
See #1768
I decided to support `#r "paket:". As we use the FCS-Tokenizer multi-line strings and similar things work.
In fact
Looks quite nice.
As this currently prints
The natural way to do it is:
Another way would be to disable warning
FS0213
(at least for strings starting withpaket:
)