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

I have ``` [Owned] public class Properties { public string Property1 {get;set;} } public class Main { public Properties Properties {get;set;} ... } ``` And I want to configure Property1...

followup
feature

Hello, I can use expand in complex situations. But customers ask for ```$expand=*``` syntax. But this expand seems be ignored. Is this a known problem or a missinterpretation of OData...

investigating
P3
follow-up

**Assemblies affected** - ASP.NET Core OData 9.x - ASP.NET Core OData 8.x - ASP.NET Core OData 7.x/ASP.NET OData 7.x **Describe the bug/Repro steps** Consider the following sample service that returns...

bug
P2

I'm trying to save some time on the first request of our app. Because our OData model is quite big, building the model takes several seconds on the first request....

Hi there, Using: .NET 6 OData 8.0.5 Unless I am missing something, I am unable to get actions or functions with parameters to register properly unless I add an extra...

investigated

**Assemblies affected** ASP.NET Core OData 8.x **Describe the bug** Various paths through `ODataRoutingApplicationModelProvider` can add multiple `IODataRoutingMetadata` to an `Endpoint`, but `ODataRoutingMatcherPolicy` will only ever consider the first one: https://github.com/OData/AspNetCoreOData/blob/61ae3232d4ad687bc552fc583b32103f1aeff41a/src/Microsoft.AspNetCore.OData/Routing/ODataRoutingMatcherPolicy.cs#L86...

feature