-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Add fsharp support to Swashbuckle #2300
Comments
No updates on this? |
This issue is stale because it has been open for 60 days with no activity. It will be automatically closed in 14 days if no further updates are made. |
@captainsafia FYI, maybe something to consider for the new OpenAPI support. |
I posted a response to this in the linked issue. See here. TL;DR: Frameworks should implement an |
Thanks @captainsafia - in that case I'll close this as external for us too. |
swashbuckle currently doesnt work with F# functional frameworks on top of aspnetcore (using endpoint routing).
pimbrouwers/Falco#49
#1306
It would be awesome if some workaround existed to fix that issue,
F# webapis in Falco or Saturn (or even plain Giraffe) are very nice and tidy, but atm they cannot have automatic openapi generation on server side, making them not 100% production ready.
Giraffe is one of the most used frameworks, and Saturn is built on top of giraffe.
Falco is newer but also very interesting.
Unfortunately atm aspnetcore apis done with those 3 beautiful frameworks sitting on top of aspnetcore do not have a working swashbuckle option :(
The text was updated successfully, but these errors were encountered: