Xriuk
Xriuk
### Bug description From what I saw it seems that the bug is somewhere in `NavigationExpandingExpressionVisitor`, where it is causing the Sum expression to pass from `c => c.Likes.Amount` to...
### Bug description A `SelectMany` which flattens a collection conditionally on a given source cannot be translated. [EF Playground](https://efplayground.io/s/peach-buzzard-17cb3e7b) ### Your code ```csharp class Customer { public int Id {...
I think that `$it` meaning is misenterpreted in the current implementation. From the [specs (5.1.1.14.4)](https://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part2-url-conventions.html#sec_it) (emphasis mine): > The $it literal can be used in expressions to refer to the...
**Assemblies affected** ASP.NET Core OData 8.2.4 **Describe the bug** When I try using a built-in or custom function in an $orderby expression inside a $select I get the following exception:...
### Which @angular/* package(s) are the source of the bug? compiler-cli ### Is this a regression? No ### Description I have opted in to the new build system, this is...
**Assemblies affected** Which assemblies and versions are known to be affected e.g. ASP.NET Core OData 8.2.4 (but I feel it affects all the versions) **Describe the bug** When adding a...
[AlternateKeysODataUriResolver does not support null key values](https://github.com/OData/odata.net/blob/72b372eedea544f020a99ac381f7849f2f09b7a3/src/Microsoft.OData.Core/UriParser/Resolver/AlternateKeysODataUriResolver.cs#L126-L131) Is there a reason for this? I have an entity which has a unique index over 2 string properties, one of which can...
Related: OData/odata.net#3415 Currently if I have a nullable property (like int?) used in an alternate key ODataPathQueryBuilder throws an exception when processing the generated KeySegment (with an int constant value):...