Open chkn opened 4 years ago
This would definitely be good to bring back to fit scenarios where convenience is more important that performance/startup times.
I'll go ahead and add this to our list of Triaged issues so we can take a look and evaluate what we'd like to do going forward. Thanks for the feedback!
It seems like it's time to revisit #3414 and restore support for F# scripts. The F# Interactive issue with .NET Core linked from there has been resolved for over a year now. Additionally, the F# 5 announcement indicates that there will be support for
#r "nuget: ..."
syntax to reference nugets from F# scripts. I'd really love to be able to upload a single fsx file for my Azure Function that makes use of that for its dependencies.