Skip to content

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

@jkone27

Description

@jkone27

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
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions