Jonathan Magnan
Jonathan Magnan
Hello @gjactat , Thank you for the report. My developer looked at it and you are right. We currently do not support the `many to many` scenario in which you...
Hello @Gabbbou , Honestly, I'm not sure what we can do here. It seems more an issue about how `Unit Test` are handled in VS2015, VS2017, and Resharper than an...
Hello @Gabbbou , We will look at it to check if we can find something. Giving a try worth it ;) Best Regards, Jonathan --- _Help us to support this...
Hello @Gabbbou , @JoeShmoel , We recently released the v1.3.8' In this version, we added a new method `ClearTables` that clear all data and reset the identity. Only the `__migrationHistory`...
Hello @fsdschmidt , Could you provide us an example of how you use it? We made some test on our side and got a huge impact. Best Regards, Jonathan
Hello @Gabbbou , The `ClearTables` method exists on the `EffortConnection` The `Effort.EntityConnectionFactory.CreateTransient` create an `EntityConnection`, that's why you don't see it. You can use this code to retrieve it ```csharp...
Hello @pauliusg , We will look at it if there is a way for us to keep seeded data.
Hello @pauliusg , Yes, it's almost here. I just need to review and make a few change to the following pull request: https://github.com/zzzprojects/EntityFramework-Effort/pull/136 In short, you will be able to...
Hello @pauliusg , The v2.0.0 has been released. We added a logic about restore point. Example: ```csharp // Add 1 entity and create a restore point context.EntitySimples.Add(new EntitySimple { ColumnInt...
Do you think you could provide an example of how you use it? I will make some additional test later today. Perhaps for some index or some type of index,...