openapi-generator/samples/server/petstore/nancyfx-async
craffael fc5ec6271a [NancyFx] Fix for issue #7024, date field mapped to ZonedDateTime (#7025)
* add support for async routes/endpoints

you can now set --optional-properties async=true to generate
a nancyfx server stub that uses asynchronous programming.

(cherry picked from commit 126869cb0b967e8063417e11993cf6326ce8ffd4)

* add nancyfx-petstore-server-async.sh to generate sample of async nancyfx.

* Rename async => asyncServer

* update bin/nancyfx-petstore-server-async.sh

* rename async => asyncServer in api.mustache + small bugfix

* run ./bin/nancyfx-petstore-server.sh and ./bin/nancyfx-petstore-server-async.sh

* remove additional new line in api.mustache + add space after if

* run ./bin/nancyfx-petstore-server.sh and ./bin/nancyfx-petstore-server-async.sh

* Map `date` fields to LocalDate c# type + add a JsonConverter for LocalDate.
2017-11-27 16:46:09 +08:00
..
.swagger-codegen [NancyFx] Support Async (#6755) 2017-11-01 22:50:49 +08:00
src/IO.Swagger [NancyFx] Fix for issue #7024, date field mapped to ZonedDateTime (#7025) 2017-11-27 16:46:09 +08:00
.swagger-codegen-ignore [NancyFx] Support Async (#6755) 2017-11-01 22:50:49 +08:00
IO.Swagger.sln [NancyFx] Support Async (#6755) 2017-11-01 22:50:49 +08:00