8 references to SetupServer
Diagnostics.EFCore.FunctionalTests (8)
DatabaseErrorPageMiddlewareTest.cs (8)
104
using var host = await
SetupServer
<BloggingContext, DatabaseErrorButNoMigrationsMiddleware>(database);
137
using var host = await
SetupServer
<BloggingContext, NoMigrationsMiddleware>(database);
172
using (var server = await
SetupServer
<BloggingContext, NoMigrationsMiddleware>(database))
198
using var host = await
SetupServer
<BloggingContextWithMigrations, PendingMigrationsMiddleware>(database);
237
using var host = await
SetupServer
<BloggingContextWithPendingModelChanges, PendingModelChangesMiddleware>(database);
277
using var host = await
SetupServer
<BloggingContextWithMigrations, ApplyMigrationsMiddleware>(database);
443
using var host = await
SetupServer
<BloggingContextWithSnapshotThatThrows, ExceptionInLogicMiddleware>(database, logProvider);
483
using var host = await
SetupServer
<BloggingContext, WrappedExceptionMiddleware>(database);