Skip to content

Commit

Permalink
Update src/Microsoft.OpenApi.OData.Reader/Edm/ODataPathProvider.cs
Browse files Browse the repository at this point in the history
Co-authored-by: Vincent Biret <[email protected]>
  • Loading branch information
irvinesunday and baywet authored Feb 9, 2022
1 parent 808e768 commit 0ef6d39
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ private void RetrieveNavigationPropertyPaths(

if (visitedNavigationProperties == null)
{
visitedNavigationProperties = new Stack<string>();
visitedNavigationProperties = new ();
}

var navPropFullyQualifiedName = $"{navigationProperty.DeclaringType.FullTypeName()}/{navigationProperty.Name}";
Expand Down

0 comments on commit 0ef6d39

Please sign in to comment.