publish Microsoft.AspNetCore.App as nuget again? Issues in dontet interactive and fsharp scripts #46891
Closed
1 task done
Labels
area-infrastructure
Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework
Needs: Author Feedback
The author of this issue needs to respond in order for us to continue investigating this issue.
Status: No Recent Activity
Is there an existing issue for this?
Is your feature request related to a problem? Please describe the problem.
at the moment is not possible to use aspnetcore in F# .fsx script, or other interactive environments, i tried aspnet interactive
https://www.nuget.org/packages/Microsoft.DotNet.Interactive.AspNetCore/
also some issues was opened in fsharp but didnt see any recent development yet
dotnet/fsharp#8688
dotnet/interactive#861
dotnet/fsharp#8688
but didnt work / didnt expose the apis needed to build usual aspnet app..
to be able to run aspnet core apps in 1 single file (a bit like python)
Describe the solution you'd like
to be able to run aspnet core apps in 1 single file (a bit like python)
Additional context
not clear how to handle framework references as indipendent "assets" in interactive scripts which do not have projects (or have projects but just behind the scenes...)
The text was updated successfully, but these errors were encountered: