You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
True, sorry I've read that code too quickly. Then we need to move the validations all in one place. I believe that the issue is that our DBConnectionValidator will not test if the Store was properly instantiated. This is why it is doing GetRequiredService.
It seems to me that there is a double database connexion validation in SetupService.
There is the
IDbConnectionValidator.ValidateAsync
methodOrchardCore/src/OrchardCore/OrchardCore.Setup.Core/SetupService.cs
Lines 170 to 184 in 2b1771f
And also this piece of code :
OrchardCore/src/OrchardCore/OrchardCore.Setup.Core/SetupService.cs
Lines 201 to 223 in 2b1771f
Isn't this the same verification ?
The idea behind is to remove the dependency over YesSql.
The text was updated successfully, but these errors were encountered: