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
trafficstars

This adds a simple `IODataQueryOptionsBindingExtension` interface that allows third-party libraries to extend the `ApplyTo` method in the `ODataQueryOptions` class. **Example:** Add a custom handler and extend the queryable. ``` public...

Hello guys, This is the test project example how controllers can be tested with odata protocol support.

I am currently developing an Api. Where I have a GET endpoint. where I am using OData Query attribute i.e. [EnableQuery] . I have added the filter in the Program.cs...

question

Here I have three controllers which inherited from the same controller. All three controllers in the same configurations. When I do the following queries; https://localhost:7069/odata/Persons or https://localhost:7069/odata/Employees the method with...

bug

**Assemblies affected** Microsoft.AspNetCore.OData 8.0.10 **Describe the bug** Failed to generate absolute URL for the specified OData route name. **Reproduce steps** 1. Create Asp.Net Core Web API project 2. Include Nuget...

investigated

- Updates ODL version to 7.12.2 - Updates release version to 8.0.11

### Issues When DataMember is applied in an entity, the `entityType.Key()` returns a DataMember name and the `MemberExpression propertyAccess = Expression.Property(odataItParameter, propertyName);` was crashed because the DataMember name couldn't be...

**Assemblies affected** ? **Describe the bug** samples are targeting dot net 5 not 6 **Reproduce steps** downloaded and copied the odataopenapi routing sample and try to use it... got warning...

bug

**Assemblies affected** "Microsoft.AspNetCore.OData" Version="8.0.9" "Microsoft.OData.Core" Version="7.12.1" **Describe the bug** everything is fine in debugging but get exception when deploy the app **Request/Response** [Please share your request Uri, head or the...

bug