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.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As discussed in #757
The reason for the behavior is an invalid enum check in https://github.com/microsoft/aspnet-api-versioning/blob/e16b579d240574053ebd8e7ee38c8686beaee174/src/Common.OData.ApiExplorer/AspNet.OData/Builder/DefaultODataQueryOptionDescriptionProvider.cs#L244-L245
The value passed to the block is AllowedFunctions.AllFunctions
AllowedFunctions.AllFunctions
The text was updated successfully, but these errors were encountered:
fix: dotnet#758
fe11489
Fix all functions vs 'all' function. Relates to #758
0e78c99
Fix all functions vs 'all' function. Fixes #758
76a39f5
e76edb1
Successfully merging a pull request may close this issue.
As discussed in #757

The reason for the behavior is an invalid enum check in https://github.com/microsoft/aspnet-api-versioning/blob/e16b579d240574053ebd8e7ee38c8686beaee174/src/Common.OData.ApiExplorer/AspNet.OData/Builder/DefaultODataQueryOptionDescriptionProvider.cs#L244-L245
The value passed to the block is
AllowedFunctions.AllFunctions
The text was updated successfully, but these errors were encountered: