AspNetCoreOData icon indicating copy to clipboard operation
AspNetCoreOData copied to clipboard

ASP.NET Core OData: A server library built upon ODataLib and ASP.NET Core

Results 346 AspNetCoreOData issues
Sort by recently updated
recently updated
newest added

**Assemblies affected** ```xml ``` **Describe the bug** When getting errors from Entity Framework there's no response to the client due to ```` Microsoft.AspNetCore.Diagnostics.DeveloperExceptionPageMiddleware: Warning: The response has already started, the...

bug
investigating

I am enabling basic authentication and JwtBearer authentication mechanism. When querying metadata JwtBearer validation works but Basic Auth handler is never called. How to authenticate a user using basic authentication...

investigating

When using AspNetCore.OData 8.x I got a bit confused on how the different query options are supposed to work. And since there is no documentation for 8.x I thought I'd...

documentation
followup

I have classes derived from `EnableQueryAttribute` that can no longer be unit tested due to the introduction of the `RequestQueryData` object in commit c7bd4d750bb5682a362ee269087fdf15f1481931. The code in question is private...

**Assemblies affected** ASP.NET Core OData 8.x **Describe the bug** When [Select] attribute on Entity without [Page(MaxTop = 100)] attribute, then MaxTop set to 0 For entity without [Select] attribute all...

bug

### Discussed in https://github.com/OData/AspNetCoreOData/discussions/687 Originally posted by **gupta-aashika** September 7, 2022 We are trying to apply a filter query on a collection object which is two-level deep in my entity....

**Assemblies affected** ASP.NET Core OData 8.0.11 **Context** I'm using EF with PostgreSQL And have an entity that needs to support 'custom fields'. I followed [this guide from Microsoft](https://docs.microsoft.com/en-us/aspnet/web-api/overview/odata-support-in-aspnet-web-api/odata-v4/use-open-types-in-odata-v4) and managed...

investigating

Hi, My situation may be rare topic. I did not find anything about that. I try to tell with a sample. ```CSharp // These are my entities public class Customer...

bug

I am upgrading AspNetCoreOdata to latest and struggling on the below issues: DefaultODataSerializerProvider could not be found in AspNetCore SelectControllerResult could not be found in AspNetCore DynamicPropertyRoutingConvention could not be...

So I have a custom Action on one of my Odata controllers where I post a set of data of type T and I get back a set of results...

regression