Xriuk

Results 14 issues of Xriuk

Currently `Paths` does not handle types like this (translation of some backend DB entities): ```js type MyEntity ={ myOtherEntity: MyOtherEntity; ... } type MyOtherEntity ={ myEntity: MyEntity; ... } type...

### Describe the bug https://github.com/primefaces/primeng/blob/1a7c2cf489e3d34e99661c3e04cf79685803d519/src/app/components/dropdown/dropdown.ts#L1269-L1275 I'm using the component with optionValue, so values returned are properties of passed options. There are some wrong comparisons on line 1270: - `this.getOptionValue(this.modelValue()) ===...

Status: Needs Triage

**Assemblies affected** ASP.NET Core OData 8.2.4 **Describe the bug** `$expand`ing a **contained** navigation and `$select`ing other properties except the keys throws: ``` Microsoft.OData.ODataException: The entity instance value of type '...'...

bug

**Assemblies affected** ASP.NET Core OData 8.2.4 **Describe the bug** A `$select` path targeting a non-nullable property inside a nullable complex property (with null value) of an entity throws: ``` Microsoft.OData.ODataException:...

bug
investigating