uffelauesen
uffelauesen
The changes introduced in the V3 library 5.8.5 breaks thread safety. ### Assemblies affected OData .Net lib 5.8.5 ### Reproduce steps Execute 2 or more queries on the same resource...
Calculation of self links is encoded on client but unencoded on server. ### Assemblies affected *OData .Net lib 7.2 hosted under AspNetCore OData 8.2* ### Reproduce steps I have an...
### Issues *This pull request fixes #2594.* ### Description *Allow writing @odata.count after enumeration in ODataJsonLightWriter.* ### Checklist (Uncheck if it is not completed) - [x] *Test cases added* -...
Imagine an entity with many properties of type DataServiceCollection. As an example - our File entity has 126 Properties of type DataServiceCollection The auto-generated proxy will do eager initializing (as...
If you have a large model you end up with a very large compiled assembly. This is primarily due to the inclusion of a static string with the emdx in...
**Assemblies affected** ASP.NET Core OData 8.x **Describe the bug** Not a bug as such, but something that I think is missing... ODataResource got added this little performance optimization option to...
*Linq navigation fails to translate.* ### Assemblies affected *OData .Net lib 8 preview 1 and 2* ### Reproduce steps Using the trippin reference service the following linq query fails to...
*Queries with projection of some part that only includes navigation properties will produce a request with only $expand forcing the server to return all primitive and complex properties even though...
*Does the reference TripPin V4 Service follow protocol recommendations?* ### Assemblies affected The assemblies that are used for the reference service at [https://services.odata.org/TripPinRESTierService/](https://services.odata.org/TripPinRESTierService/) ### Reproduce steps The OData V4.01 URL...
OData.Client produces unnecessary long URIs with a lot of repeated redundancy for projected expand paths. ### Assemblies affected *OData.Client .Net lib 7.x and 8.x* ### Reproduce steps Using the TripPin...