Wires up DI for cross wiring correctly ensuring that it occurs at the very end of ConfigureServices, updates tests accordingly, fixes a few other things.
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
using System.Data.Common;
|
||||
using StackExchange.Profiling.Internal;
|
||||
using Umbraco.Core.Persistence.SqlSyntax;
|
||||
|
||||
namespace Umbraco.Core.Persistence
|
||||
{
|
||||
|
||||
public interface IDbProviderFactoryCreator
|
||||
{
|
||||
DbProviderFactory CreateFactory();
|
||||
|
||||
Reference in New Issue
Block a user