Jonathan Magnan
Jonathan Magnan
Hello @luizfbicalho , It's possible that `new ( string(Id) as Id) as Tipo` should be instead `new ( string(Tipo.Id) as Id) as Tipo` ? ```csharp var retorno = dados.AsQueryable() .Select("new...
Unfortunately, the library is not 100% compatible with `JObject`. So the answer is no for the moment. We might want to improve the code later to try to support more...
I'm not exactly sure but this answer might help you: https://github.com/zzzprojects/System.Linq.Dynamic.Core/issues/410#issuecomment-678825890 This is possible for you to add some method that will be recognized by the library
Hello @Franki1986, Do you think you could provide a project that compiles which we can run? It will help my developer investigate the issue more efficiently. Even if you believe...
Hello @zspitz , I'm currently failing to see what you really want or what you want us to change. The `ContainsKey` can contain an expression such as `"Orders.ContainsKey(it.City + \"TEST\")"`....
Hello @leaditnet , For this kind of question, I recommend you to use instead Stack Overflow: https://stackoverflow.com/search?q=%5Bdynamic-linq%5Dleft+join&mixed=0 From one of these questions, I discovered this library: https://github.com/SikeyMael/LinqHelper which may help...
Hello @effapp , We will look at it, Best Regards, Jon --- **Performance Libraries** `context.BulkInsert(list, options => options.BatchSize = 1000); ` [Entity Framework Extensions](http://entityframework-extensions.net/) • [Entity Framework Classic](http://entityframework-classic.net/) • [Bulk...
Hello @effapp , Sorry for the long waiting, The `SetDynamic` feature has been added in our EF Plus library: https://github.com/zzzprojects/EntityFramework-Plus/releases/tag/v3.0.61 We currently believe that feature related to Entity Framework should...
Hello @zspitz , I think you are currently trying to use the library in a way that it was not built for. As said in the name, the library is...
Hello @joshidp , Thank you for reporting, We will look at it probably this weekend. Best Regards, Jon --- **Performance Libraries** `context.BulkInsert(list, options => options.BatchSize = 1000); ` [Entity Framework...