José Carlos

Results 5 issues of José Carlos

### Issues *This pull request fixes #2856.* ### Description Capture member from original class, so attributes are not lost in case the query generic parameter is casted to an interface....

Medium

Imagine the following scenario: ```csharp [EntitySet("TestEntities")] public class TestModel { public decimal PlasticKg { get; set; } public decimal OthersKg { get; set; } [NotMapped] // This attribute doesn't exist...

feature
P3

### Issues *This pull request fixes #1996.* ### Description This PR implmements `Any` method support. (Internally it fakes a `Count` request and transforms numeric response into boolean value). It also...

Extra Small

I'm getting the error described in the title when trying to resolve an OData query. ### Assemblies affected Microsoft.OData.Client 7.20.0 NetFramework 4.6.1 ### Reproduce steps ```csharp // Declared model and...

investigating

I'm developing an app where I need to prevent "back button" in some cases, (e.g.: when I'm editing a form and I click back button I should receive a confirmation...

feature