statler
statler
Simon Just revisiting this again - 2 years on - official support? Your 'note to self' above - is that included in the templating? Also, do you have a step-by-step...
Thanks for your updates here Simon. When do you think you will be ready for it to be used? I will be able to provide real life feedback on a...
OK thanks. Any advance on that in whatever state would be appreciated. It's pretty time sensitive for me atm.
No this isn't about .Net framework, this is about .Net 7 clickonce deployment.
First up, this is essential, but I don't think that 'contains' is the right operator. I would prefer to see the collection annotated as such, and normal operators used -...
I wrote a neat little helper for this that allows the use of dot notation on collections for any collection on the object. Figured others would probably find it useful....
You just need to modify the else clause else { anyPredicate = Expression.Lambda( Expression.Equal(selectorProperty, Expression.Convert(Expression.Constant(info.Value), selectorProperty.Type)), pCollExp); } and change anyPredicate so it tests for contains instead of equality. A...
Implementation of Automapper integration - for discussion
I have just put together a PR (https://github.com/DevExpress/DevExtreme.AspNet.Data/pull/589) that shows what I am thinking. You would have different thoughts on how it should be done, but the solution works and...
OK - so I have expanded the scope of this somewhat. I have finally gotten around to implementing a non-intrusive integration of Automapper. PR is at https://github.com/DevExpress/DevExtreme.AspNet.Data/pull/589. The PR is...