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 618e727 commit fa5c1d3Copy full SHA for fa5c1d3
src/Microsoft.OpenApi.OData.Reader/Edm/ODataPathProvider.cs
@@ -1055,16 +1055,16 @@ private void AppendBoundOperationOnDerived(
1055
{
1056
foreach (var ns in baseNavigationSource)
1057
1058
- if (ns is not IEdmVocabularyAnnotatable nsAnnotable ||
+ if (ns is not IEdmVocabularyAnnotatable nsAnnotatable ||
1059
HasUnsatisfiedDerivedTypeConstraint(
1060
- nsAnnotable,
+ nsAnnotatable,
1061
baseType,
1062
convertSettings))
1063
1064
continue;
1065
}
1066
1067
- if (_model is null || !EdmModelHelper.IsOperationAllowed(_model, edmOperation, nsAnnotable))
+ if (_model is null || !EdmModelHelper.IsOperationAllowed(_model, edmOperation, nsAnnotatable))
1068
1069
1070
0 commit comments