R
R
Hello, i connect from client to my call service through tcp and some times (on QueuePauseAction) i get such error on client: Exception: System.Runtime.Serialization.SerializationException Message: Type 'AsterNET.Manager.TimeoutException' in Assembly 'AsterNET,...
Hi, we added DeviceDetectorNET 4.3 to our project and this is what the memory profiler show us  Sample of instance 
``` var connection = new Mock(); var expected = new[] { new ComplexType { StringProperty = "String1", IntegerProperty = 7 } }; connection.SetupDapper(c => c.Query(It.IsAny(), null, null, true, null, null))...
Now Database has method GetTransactionAsync, which creates inside _transaction = _sharedConnection.BeginTransaction(); and returns ITransaction But i need DbTransaction object. It will be comfortably if Database will have method, which return...