Rafael Pallares
Rafael Pallares
Hi, Here is the pull request for the link restrictions. The parameter is optional and allow to add an array of restrictions. Only the mapped links are allowed. Restrictions are...
Hi, I noticed a small bug when you define colors as words ('red', 'blue'). It's due to the function _shadeColor that only take hexa values. Regards
Hello, I use [email protected] library to get data from service, generated from [email protected]. I have an exception when using In operator on some enumeration values following: https://learn.microsoft.com/en-us/odata/client/query-options#filter ### Assemblies affected...
[Capabilities vocabulary support(https://learn.microsoft.com/en-us/odata/webapi/capabilities-vocabulary-support) is working well for an entity until we use [Key value binding](https://learn.microsoft.com/en-us/odata/webapi/key-value-binding) ### Assemblies affected * OData ModelBuilder 1.0.9 ### Reproduce steps ```c# public class MyEntity {...
There seems to be a regression when upgrading Microsoft.OData.Cli from 0.2.0 to 0.3.0. Using an unmodified metadata.xml the new version no longer generate multiple files when the --multiple-files flag is...
### Is your feature request related to a problem? Please describe. I have some queries with lot of different ids that throw because the Url is too long. They are...
### Is your feature request related to a problem? Please describe. odata-cli isn't available on .Net 7. This make any build using official docker image: mcr.microsoft.com/dotnet/sdk:7.0 With this image the...
Hi, I open this PR to support cancellation for long running queries. It's inpired from https://github.com/OData/AspNetCoreOData/pull/423. The root problem is related to PageSize feature that imply synchornous queries. This force...
Hi, Do you plan to release a new version ? The last released version is 3.1.4 but there's a lot of commits with very nice features and cleanup since. Thanks
Documentation for records are working well, it's technically generate what the compiler service do. But, some of generated stuffs are a bit redundant and reduce readability on records. 1. The...