Skip to content

Reproduction setup for an issue with OutputFormatter for IAsyncEnumerable in AspNetCore

License

Notifications You must be signed in to change notification settings

manandre/asyncenumerable-outputformatter-issue

Repository files navigation

Reproduction setup for OutputTextFormatter implementation issue for IAsyncEnumerable<T>

IO.Swagger - ASP.NET Core 3.0 Server

This is a sample server Petstore server. You can find out more about Swagger at http://swagger.io or on irc.freenode.net, #swagger. For this sample, you can use the api key special-key to test the authorization filters.

Run

Linux/OS X:

sh build.sh

Windows:

build.bat

Run in Docker

cd src/IO.Swagger
docker build -t io.swagger .
docker run -p 5000:5000 io.swagger

About

Reproduction setup for an issue with OutputFormatter for IAsyncEnumerable in AspNetCore

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published