Evgeny Muryshkin
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  
@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 
Hi all, 8.0.4 looks good, will run our full test suite to confirm shortly.  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