Open netclectic opened 3 years ago
Hello @netclectic, thank you for the analysis. I'll check the code and see if this can be updated.
(Do you use the VS plugin or the NuGet?)
@netclectic
I did some large refactoring in the code to support the Azure Rest API's and I'm also looking into your issue here.
Fixed
Pending
More details ; see https://github.com/StefH/RestEase-Client-Generator/tree/jira
I tried to generate a client for the Jira api - https://developer.atlassian.com/cloud/jira/platform/swagger-v3.v3.json
Its a bit of a beast and throws up some issues that would be nice if they could be handled...
AvatarUrlsBean
has properties with names like16x16
,24x24
etc, these don't map to valid c# property namesIssueLinkTypes
has a propertyissueLinkTypes
which becomesIssueLinkTypes
in the generated class, not valid in c#Version
with clashes withSystem.Version
, possibly use some using alias for known system typesThat's as far as I've got just now to get to the point of a solution that builds, I'll try and give some more feedback as I try to get to a working solution.