You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also, could you share some more information about the errors? But, generally, I think the built-in generators in Visual Studio are often a bit lacking, so you could also try e.g. NSwag or the official Swagger generator and see if you get better results that way.
same thing with 4.0.
visual studio uses NSwag by default.. heres a sample project where i just added the BCF swagger json as OpenAPI service reference: https://github.com/SSeelos/MyBCF.git
it seems to generate multiple partial classes with overlapping properties
So, now i tried using NSwagStudio to generate the Client class.
Theres less errors but still there is this "Author" type that is not declared
Am i doing something wrong?
when i add the BCF-API swagger.json as an openAPI service reference in visual studio (.NET) i get compile errors from the generated code :/
The text was updated successfully, but these errors were encountered: