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
When generating a method signature, for a int[] parameter, instead of generating Int32[], it generates Int32[][], preventing the lookup of the XML comment.
The text was updated successfully, but these errors were encountered:
Swagger-Net/Swagger.Net/Swagger/XmlComments/XmlCommentsIdHelper.cs
Line 84 in 592a3c5
When generating a method signature, for a
int[]
parameter, instead of generatingInt32[]
, it generatesInt32[][]
, preventing the lookup of the XML comment.The text was updated successfully, but these errors were encountered: