We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 808e768 commit 0ef6d39Copy full SHA for 0ef6d39
src/Microsoft.OpenApi.OData.Reader/Edm/ODataPathProvider.cs
@@ -337,7 +337,7 @@ private void RetrieveNavigationPropertyPaths(
337
338
if (visitedNavigationProperties == null)
339
{
340
- visitedNavigationProperties = new Stack<string>();
+ visitedNavigationProperties = new ();
341
}
342
343
var navPropFullyQualifiedName = $"{navigationProperty.DeclaringType.FullTypeName()}/{navigationProperty.Name}";
0 commit comments