Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add script / fsx only version (like suave) #10

Open
jkone27 opened this issue Mar 2, 2024 · 1 comment
Open

Add script / fsx only version (like suave) #10

jkone27 opened this issue Mar 2, 2024 · 1 comment
Labels

Comments

@jkone27
Copy link

jkone27 commented Mar 2, 2024

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?

@Lanayx
Copy link
Owner

Lanayx commented Mar 3, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants