-
Notifications
You must be signed in to change notification settings - Fork 641
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
improved the #r directive instructions #8405
Conversation
Note that the tab is correct as-is too, since F# Interactive is orthogonal to .NET Interactive. The disjoint nature of package acquisition for C# in "interactive" scenarios when compared to F# likely makes it more challenging to represent. |
I meant This captures both F# and C# if this syntax is supported in a given runner, as the explanation underneath states. |
That makes sense to me. I agree that we should add the additional context and proceed with the PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your contribution, @filipw! Merging.
This is a follow up to #8375
Since
#r
is not exclusive to F#, it is a bit inaccurate to use the current header for the instructions - it would make sense to use a more generic name for it.Therefore I propose to rename
F# Interactive
to.NET Interactive
as it then correctly captures both C# and F#.