Georg Huang
Georg Huang
Hello @JonathanMagnan , do you have any updates on this issue? We'd like to have a bit more information or a rough estimate to plan our own development and business....
Hello @JonathanMagnan , using your suggested solution causes the following error to be thrown: ``` Oops! The 'BulkRead' and 'WhereBulkContains' method doesn't support the Entity Type 'TPHBaseclass' because the same...
Hello @JonathanMagnan, do you have any update regarding this issue? My workaround is starting to hit its limits. ``` cs var toKeep = sourceContext.Table.Select(e => e.Id).ToList(); var toDelete = await...
Update connect-mongo to a newer version.
Change the line ``` "connect-mongo" : "0.4.x" ``` to ``` "connect-mongo" : "*" ``` then run ``` npm update --save connect-mongo ```