AspNetCoreOData
AspNetCoreOData copied to clipboard
ASP.NET Core OData: A server library built upon ODataLib and ASP.NET Core
Would it be possible to get ApiExplorer support for OData, so that supported query options are automatically displayed in Swagger? I know there are options like Asp.Versioning.OData.ApiExplorer that provide this...
Is there any rational behind $count=true not working with [EnableQuery] attribute? I am aware that I can achieve count support using EDM approach but I would prefer sticking to [EnableQuery]...
**Assemblies affected** ASP.NET Core OData 8.x **Describe the bug** When you click on the operation (block) in swagger, multiple blocks expanded instead of one. **Reproduce steps** 1. Run your sample...
**Assemblies affected** At the moment I'm using the latest version of ASP.NET Core OData which has 8.0.10 as version. **Describe the bug** I notice that using the Edm model of...
OData specs has the following at: http://docs.oasis-open.org/odata/odata/v4.01/cs01/part1-protocol/odata-v4.01-cs01-part1-protocol.html#_Toc505771137 ```txt 8.2.8.6 [Preference omit-values](http://docs.oasis-open.org/odata/odata/v4.01/cs01/part1-protocol/odata-v4.01-cs01-part1-protocol.html#sec_Preferenceomitvalues) The omit-values preference specifies values that MAY be omitted from a response payload. Valid values are nulls or defaults....
It appears the group by issues discussed in https://github.com/OData/AspNetCoreOData/issues/76 are partially fixed using efcore6, .net core 6, and latest odata which is good news. If I do just a simple...
Composite key drops from routing after calling ODataConventionModelBuilder.EnableLowerCamelCase()
**Assemblies affected** ASP.NET Core OData 8.x **Describe the bug** A clear and concise description of what the bug is. **Reproduce steps** Grab sample from https://github.com/OData/AspNetCoreOData/tree/main/sample/ODataRoutingSample and run it without modification....
**Assemblies affected** Which assemblies and versions are known to be affected e.g. ASP.NET Core OData 8.x **Describe the bug** Recently, We have had customers who want to omit the null...
Note: I've reopened this PR since the target branch name changes to main. The original PR can be found here: https://github.com/OData/AspNetCoreOData/pull/324 and was already approved by @corranrogue9. A long time...
Hello everyone! I'm using OData 8.0.4 with asp net core 6.0, and I can't find the correct way to implement ODataController's DeleteRef method. I can't understand if I'm failing something...