Evgeny Muryshkin

Results 27 comments of Evgeny Muryshkin

There is ugly workaround, but at least application is functional. ``` ```

The workaround does not work. The exception message said something about wrong encryption keys being used for storage. I had an old version of the app deployed, but after upgrading...

@mattleibow, please have a look at these examples https://github.com/EvgenyMuryshkin/SVGBugs/blob/main/SVGBugs/SVGClipPathTests.cs If you run them one by one, result clip path index is always cl_3, but if you run whole test class...

@roji nope, did not work. I think my issue is not model creation, but database creation. Model is already created ![image](https://github.com/dotnet/efcore/assets/11254187/ba027416-278a-4cfc-a50c-b2813546d5f4) ![image](https://github.com/dotnet/efcore/assets/11254187/5ed88216-546c-40c8-b9f2-aab7bf2a0ed3)

@roji EF 8.0.1 fast, 8.0.2 slow. with 8.0.0 5.1.1 - fast 5.1.2 - slow

> Have you tried setting [ConnectRetryCount](https://learn.microsoft.com/en-us/dotnet/api/microsoft.data.sqlclient.sqlconnectionstringbuilder.connectretrycount?view=sqlclient-dotnet-standard-5.1)=0 on the connection string to disable transient fault handling? it actually worked, thanks :) for 8.0.3 and 9.0.0 as well ![image](https://github.com/dotnet/efcore/assets/11254187/349b8109-d022-4a99-a5d2-a430f87971a6)

Hi all, 8.0.4 looks good, will run our full test suite to confirm shortly. ![image](https://github.com/dotnet/efcore/assets/11254187/79e3f46b-679e-4abc-8a7b-4e64a81ffd05) Thanks,

@roji this is weird. I restarted visual studio and now it is back to 10 second delay... false alarm, sorry about.

@ajcvickers which version of EF will get this fix? 8.0.7?

@ErikEJ I tried but I got lots of failed tests due to transient connection failures, will try to create repro soon