Israel Rodríguez Medina

Results 4 issues of Israel Rodríguez Medina

The 'substringof' OData function mentioned in the Readme is no longer valid for OData v4, as according to the URI Conventions it was renamed as 'contains'. See section 5.1.1.5.2 of...

Does this library supports [OData v4 Actions and Functions](https://docs.microsoft.com/en-us/aspnet/web-api/overview/odata-support-in-aspnet-web-api/odata-v4/odata-actions-and-functions)?

I found the following approach to get the final URL (after applying all filters, sorting, expansions, etc) that will be made to the server, using the **undocumented** "_execute_" method on...

Consider the Yaml block scalar below: ``` example: >2 First line of text, end of text ``` Is it possible for YamlDotNet to pass the indentation indicator value of 2?