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

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

Open
jkone27 opened this issue Jun 29, 2023 · 0 comments

Comments

@jkone27
Copy link

jkone27 commented Jun 29, 2023

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
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant