Jackson Diógenes Neves Mourão
Jackson Diógenes Neves Mourão
I am having the same issue. The files are on the folder and the redistributables are installed. Tried to change the platform target to x86 but no luck.
Hey... I am having the same issue. I just replaced the Database with a PostgreSQL database + data provider, and it worked just fine. Seems like it is a problem...
**Environment** `MySQL version: 5.7.18` `Operating System: macOS Sierra 10.12.5` `Pomelo.EntityFrameworkCore.MySql version: 1.1.2` `Pomelo.EntityFrameworkCore.MySql.Design version: 1.1.2` `Microsoft.EntityFrameworkCore version: 1.1.2` `NetStandard 1.3` **DbContext::OnModelCreating** Empty **Manad entity** `public class Manad` `{` ` public...
My OnModelCreating has no body. I didn't use any configuration there. I just created my entities using standard conventions.
Hi everyone. Any news on this topic? Is this issue present in the Entity Framework Core 2.0 provider too?
@caleblloyd I will try and let you know.
@caleblloyd I tried it with 2.0.0-rtm-10062 today, and the problem is still there.
Any news about this issue? I'm getting this error message: `LiteDB ENSURE: transaction must be active to rollback (current state: Disposed)` when executing EnsureIndex on v5.0.10 `System.Exception: LiteDB ENSURE: transaction...
This is happening too... `System.Threading.SynchronizationLockException HResult=0x80131518 Message=Object synchronization method was called from an unsynchronized block of code. Source=System.Private.CoreLib StackTrace: at System.Threading.Monitor.Exit(Object obj) at LiteDB.Engine.LockService.ExitLock(String collectionName) at LiteDB.Engine.Snapshot.Dispose() at LiteDB.Engine.TransactionService.Rollback() at...
I would like to know too.