几年前对这一问题进行了思考:https://github.com/dotnet/fsharp/issues/8688
我的《守则》 like切希望
#r "nuget: Microsoft.NETCore.App"
#r "nuget: Microsoft.NETCore.App.Ref"
#r "nuget: Microsoft.AspNetCore"
open Microsoft.AspNetCore.Builder
let builder = WebApplication.CreateBuilder(args)
但这并不可行。