Run fsi scripts without dotnet SDK #11927
-
Is it possible to use F# interactive in net5.0 without the dotnet SDK? We use fsi on non-developer machines with only the runtime installed. Did I miss something? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Not possible today and unlikely to ever be possible. I highly recommend that you don't use scripts in production but instead build a console app or service. |
Beta Was this translation helpful? Give feedback.
-
If you did do such a thing, to achieve parity with the version that's packaged with the SDK you'd need to also make sure to at least include/package the Nuget #r handler dll alongside the binary (or manually reference it using the |
Beta Was this translation helpful? Give feedback.
-
@benwasd --
Thanks Kevin |
Beta Was this translation helpful? Give feedback.
@benwasd --
Thanks
Kevin