Vedran Mandić

Results 12 comments of Vedran Mandić

Getting the issue still withv2.0.143-pre, aspect is: ```csharp public sealed class LogTimeAttribute : OnMethodBoundaryAspect { public override void OnEntry(MethodExecutionArgs args) { Console.WriteLine("Starting"); var timer = new Stopwatch(); timer.Restart(); args.MethodExecutionTag =...

Also, I noticed I do not need the OnException override so removing it resolves my issue.

Confirming the issue is still present. Tested on OSX and vscode on netcoreapp2.1. Just went through the tutorial and the chromedriver is misplaced, had to specify the dir manually before...

Hi, this is still an issue, even with rosseta and --platofrm linux/amd64 flag on.

Hi. I am facing the same issue, and its quite sporadic. Our key is a composite with a prefix of up to 10ish chars + md5 hash, eg `ca:v1:w:1:c318022751904ba296ccdeb39bd6a9e6`. The...

I am just in midst of upgrading from 10.3 to 10.6.14 of MariaDb and I am getting an error I can not surpass with FluentMigrator CLI tool calling my dll:...

a big +1 for @johannessorheim suggestion, now also with `net7.0` actually?

Yup @NickCraver thx, we do some rate-limiting also with our instance so its trafficked heavy, we opted to increasing the timeout to 8s in our case that dropped these alot,...

@par3 in the Redis connection string, depending on the provider; ServiceStack's: `SendTimeout=8000&ReceiveTimeout=8000` and StackExchange's: `syncTimeout=8000`