You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
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?
The text was updated successfully, but these errors were encountered: