Giraffe.Swagger
Giraffe.Swagger copied to clipboard
Nuget Package
Is this published to Nuget? and do you have plans to publish it? if you do I could help.
Is this published to Nuget?
Not yet
and do you have plans to publish it?
Yes :)
if you do I could help.
Yes, the NuGet generation just requires me to set up the CI which is a 10 minute job, but this library needs some testing on the latest version of Giraffe first. I think there might be a few changes required with some of the new handlers since this code has been written, but maybe it just works the way it is.
i'm in
Is this nuget package still being developed?
Echo: Is this nuget package still being developed?
I am very new to F#, my understanding is that we could use Giraffee.Swagger via paket without anything needing to be published.
Does anyone know if this is correct, and ahh cough how one would go about it.
Is there any release forecast? It may even be alpha version.
Ping! 😏
Pong
The efforts for this have been deprecated. We are focosuing on integrating Giraffe with Endpoint Routing and then you'll be able to use existing Swagger NuGet pacakges (e.g. Swashbuckle) to generate docs for Giraffe. We just pushed 5.0.0-alpha-001 with an early preview of the new endpoint routing handlers!
@dustinmoris thank you for this example! https://github.com/giraffe-fsharp/Giraffe/tree/master/samples/EndpointRoutingApp
I'd appriatiate it if you'd spend 10 min for setting CI up: users will test it ;)
If I'm understanding correctly, does this mean I can just use it transparently in Giraffe 5/6 alpha now?