R

Results 4 issues of 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,...

bug

Hi, we added DeviceDetectorNET 4.3 to our project and this is what the memory profiler show us ![image](https://user-images.githubusercontent.com/28841791/139944745-4f8dfd43-7897-4197-a2bd-f685c1108454.png) Sample of instance ![image](https://user-images.githubusercontent.com/28841791/139944801-9c992eb8-3b2c-45fc-9fd2-2165de1e80f0.png)

help wanted

``` 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...