-
Notifications
You must be signed in to change notification settings - Fork 58
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
204 returning empty body throw #252
Comments
I think the bug somewhere here we see that API produces Would you like to conduct test for this use case?
|
I clone repo and after running build.cmd receive following error
This is around [<AutoOpen>]
[<Struct>]
type ILTableName(idx: int) =
member __.Index = idx
static member FromIndex n = ILTableName n
|
Okay. I take a deeper look, and seems to be issue arise in following way
Notice that I pass Swagger document to OpenApiClient. I cannot make test case for this since there other errors when compiling Swagger schema
|
This is strange, The Windows CI build was ok yesterday
Why? I remember that swagger support by Yesterday I also added API for NoContent and tests. They works. |
Why? Because of my mistake :) anyway it was confusing experience. |
Description
I have API method which described like this
this breaks when I attempt to call this endpoint with following exception
Known workarounds
I did not find any workarounds for this.
Affected Type Providers
Related information
The text was updated successfully, but these errors were encountered: