We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a26aed commit 52c23daCopy full SHA for 52c23da
src/EFCore.Ydb/test/EntityFrameworkCore.Ydb.FunctionalTests/Migrations/YdbMigrationsTest.cs
@@ -547,7 +547,9 @@ public class YdbMigrationsFixture : MigrationsFixtureBase
547
public override RelationalTestHelpers TestHelpers => YdbTestHelpers.Instance;
548
549
protected override IServiceCollection AddServices(IServiceCollection serviceCollection) =>
550
+#pragma warning disable EF1001
551
base.AddServices(serviceCollection)
552
.AddScoped<IDatabaseModelFactory, YdbDatabaseModelFactory>();
553
+#pragma warning restore EF1001
554
}
555
0 commit comments