Skip to content

Commit e8061ac

Browse files
darrelmillerbaywet
andcommitted
Update src/Microsoft.OpenApi/Services/OpenApiUrlTreeNode.cs
Co-authored-by: Vincent Biret <[email protected]>
1 parent 0bc1726 commit e8061ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.OpenApi/Services/OpenApiUrlTreeNode.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ private static string GetMethods(OpenApiUrlTreeNode node)
289289
return String.Join("_", node.PathItems.SelectMany(p => p.Value.Operations.Select(o => o.Key))
290290
.Distinct()
291291
.Select(o => o.ToString().ToUpper())
292-
.OrderBy(o => o)
292+
.Order()
293293
.ToList());
294294
}
295295

0 commit comments

Comments
 (0)