Oxpecker icon indicating copy to clipboard operation
Oxpecker copied to clipboard

Add script / fsx only version (like suave)

Open jkone27 opened this issue 1 year ago • 1 comments

it' possible for aspnetcore to load dependencies of the framework in order to enable referencing it as #r "nuget" in .fsx interactive scripts, i think F# frameworks should be dotnet fsi interactive aware by nature.

here some info: https://jkone27-3876.medium.com/net-script-apis-92b3414365f5

would be great to have an aspnetcore lib working natively also in script mode, maybe doing some tricks when

#if interactive

to reference latest aspnetcore dependencies as well?

jkone27 avatar Mar 02 '24 20:03 jkone27

Hi! I'm not 100% sure what you mean :) The method that you described should work for Oxpecker as well, do you have any issues when trying that? https://github.com/dotnet/fsharp/issues/9417 is expected to be completed to live without workarounds

Lanayx avatar Mar 03 '24 22:03 Lanayx