2 references to Cars
Aspire.Hosting.SqlServer.Tests (2)
SqlServerFunctionalTests.cs (2)
165dbContext.Cars.Add(new TestDbContext.Car { Brand = "BatMobile" }); 167var cars = await dbContext.Cars.ToListAsync(cts.Token);