Skip to content

Commit b808232

Browse files
timayabi2020baywet
andauthored
Update src/Microsoft.OpenApi.OData.Reader/Operation/EdmOperationOperationHandler.cs
Co-authored-by: Vincent Biret <[email protected]>
1 parent 284ad67 commit b808232

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.OpenApi.OData.Reader/Operation/EdmOperationOperationHandler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ private void GenerateTagName(out string tagName, int skip = 1)
168168
break;
169169
// If the operation is a function or action, append the word "Function" or "Action" to the tag name
170170
case ODataOperationSegment operationSegment:
171-
tagName = NavigationSource.Name + "." + NavigationSource.EntityType.Name;
171+
tagName = NavigationSource.Name + "." + NavigationSource.EntityType().Name;
172172
if(operationSegment.Operation.IsAction())
173173
{
174174
tagName += ".Actions";

0 commit comments

Comments
 (0)