-
Notifications
You must be signed in to change notification settings - Fork 60
Closed
Description
Description
[<Literal>]
let openApi= __SOURCE_DIRECTORY__ + "/SWopenapi.yaml"
//OpenApi type provider
type MyApi = OpenApiClientProvider<openApi>Repro steps
the Openapi spec is valid :
https://apitools.dev/swagger-parser/online/
but the type provider give an unknown error (also hard to fix , try to patch in the openapi yaml eventually)
attached yaml file (change extension)
Expected behavior
The type provider works
Actual behavior
error FS3033: The type provider 'SwaggerProvider.OpenApiClientTypeProvider' reported an error: Payload 'quantityIdentityId' is not supported
Please provide a description of the actual behavior you observe.
Known workarounds
None i could find, not clear what's wrong in the openapi definition as that's valid according to online parsers
Related information
- Windows 10
- latest nuget package
- NET5
- Both vs2019 and vscode give errors
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels