Azure / azure-functions-host

The host/runtime that powers Azure Functions
https://functions.azure.com
MIT License
1.94k stars 441 forks source link

Restore support for F# scripts #5858

Open chkn opened 4 years ago

chkn commented 4 years ago

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.

cartermp commented 4 years ago

This would definitely be good to bring back to fit scenarios where convenience is more important that performance/startup times.

gzuber commented 4 years ago

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!