4 references to AnotherDbContext
Aspire.Hosting.EntityFrameworkCore.Tests (4)
EFMigrationPipelineTests.cs (4)
91
var m2 = project.AddEFMigrations("bbb-migrations", typeof(
AnotherDbContext
).FullName!)
116
var m2 = project.AddEFMigrations("bbb-migrations", typeof(
AnotherDbContext
).FullName!)
169
var m2 = project.AddEFMigrations("bbb-migrations", typeof(
AnotherDbContext
).FullName!)
194
_ = project.AddEFMigrations("bbb-migrations", typeof(
AnotherDbContext
).FullName!);