-
Notifications
You must be signed in to change notification settings - Fork 59
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
accept "default" as "ok response" fallback #223
Conversation
would be also nice to add your schema to test schemas - https://github.com/fsprojects/SwaggerProvider/tree/master/tests/SwaggerProvider.ProviderTests/Schemas/v3 and add test like this https://github.com/fsprojects/SwaggerProvider/blob/master/tests/SwaggerProvider.ProviderTests/v3/Swagger.I0173.Tests.fs to check that TP works on this schema and manually check return type before merge/release |
added a sample and tests, thanks! |
Does it look good now? |
@jkone27 does it already work for you? |
tests/SwaggerProvider.ProviderTests/SwaggerProvider.ProviderTests.fsproj
Show resolved
Hide resolved
thanks for patching my changes @sergey-tihon 🎸 |
@jkone27 thank you for the fix, released in v2.0.0-beta8 |
tries to fix: #219.
@sergey-tihon