AspNetCoreOData
AspNetCoreOData copied to clipboard
ASP.NET Core OData: A server library built upon ODataLib and ASP.NET Core
Fixes #1084 This PR will make it possible to create custom function for nullable types.
Hello, I have a case where I want to group by a property of a derived type : ``` /products?apply=groupby((category/ODataGroupByDerivedTypeIssue.Models.Category/categoryName)) ``` An error indicating that this is not supported is...
Is this possible to forward OData requests to backend service to be processed there? My first attempt was to serialize ODataQueryOptions but it looks like it's not easily serializable. So...
What do you guys think about adding dev containers.json to the repo? Could simplify developer environment setup for new contributors
**Assemblies affected** Which assemblies and versions are known to be affected e.g. ASP.NET Core OData 8.x **Describe the bug** A clear and concise description of what the bug is. **Reproduce...
**Assemblies affected** AspNetCore.OData 8.2.4 **Describe the bug** TruncatedCollection inherits from list. IQueryable constructor of Truncated Collection does not set the list capacity and this causes list resizing **Reproduce steps** Updated...
see #469
Fixes #578 Minimal APIs are a simplified approach for building fast HTTP APIs with ASP.NET Core. You can build fully functioning REST endpoints with minimal code and configuration. Skip traditional...
fixes #378 , fixes #384 With this modification we would avoid getting a DateTime value (derived from a conversion from a DateTimeOffset value) that has Kind=Unspecified. The problem is mainly...
Adding a default test.http methods to interact with the API easily. CC: @xuzhg