Isak Savo
Isak Savo
Indeed I've found the concurrency detection logic to be extremely bad in the EF Core version of the extensions. In fact, the **only** place I got it to work is...
Any updates on this issue? We are using EF Core so `BatchSaveChanges` is not an option. My problem is that when I do an insert of many items and then...
Ok, thanks for the update. I've done some further testing on my end and it seems the standard EF Core `SaveChanges` (v7.0.13) also doesn't do the right thing for me....
Thanks. This does indeed work around the problem for now. The only problem is that it will bloat the output by producing tons of empty `` tags in the SVG....
Was any work done on this for .NET 10? In addition to Surface Pro, I've also seen it on the following Surface devices + a few Dell and Acer laptops:...
That's not what I'm seeing. GetUser is called on a worker thread thanks to `Task.Run`  See the attached visual studio project that reproduces the issue: [RaygunClientHttpContextBug.zip](https://github.com/user-attachments/files/15970436/RaygunClientHttpContextBug.zip)