Saturn icon indicating copy to clipboard operation
Saturn copied to clipboard

Publish Application.fs independent CE for Aspnetcore builder as a separate nuget package with only aspnet dependencies

Open jkone27 opened this issue 2 years ago • 0 comments

I think saturn CE for configuring application is beautiful, and it's itself added value when developing in aspnetcore, so maybe it would be much more useful if it was extracted to a separate published package and artifact, and/or eventually would be great material to be directly in aspnetcore repository? (JUST in some kind of F# friendly API package sections?)

Saturn.AspNetCore.ApplicationBuilder?

https://saturnframework.org/reference/Saturn/saturn-application.html

let app = application {
    // pipe_through endpointPipe
    // use_router topRouter
    url "http://0.0.0.0:8085/"
    memory_cache
    use_static "static"
    use_gzip
}

jkone27 avatar Jun 29 '23 08:06 jkone27