Lanayx/Oxpecker

Add script / fsx only version (like suave)

Opened this issue · 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?

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? dotnet/fsharp#9417 is expected to be completed to live without workarounds