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
Copy file name to clipboardExpand all lines: src/OpenApi/test/Microsoft.AspNetCore.OpenApi.Tests/Services/OpenApiSchemaService/OpenApiSchemaService.ParameterSchemas.cs
+89Lines changed: 89 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -722,4 +722,93 @@ public static bool TryParse(string value, out Student result)
722
722
returntrue;
723
723
}
724
724
}
725
+
726
+
// Regression test for https://github.com/dotnet/aspnetcore/issues/62023
727
+
// Testing that the array parsing in our OpenApiJsonSchema works
0 commit comments