aspnetcore/test/Diagnostics.EFCore.Function...
Andrew Peters 0ec3dedc88 Fixes null ref in DatabaseErrorPageMiddleware.
Fix aspnet/Home#2820 - UseDatabaseErrorPage throws NullReferenceException when ef exception occur in background task
Fix aspnet/EntityFrameworkCore#9599 - Insert entity in non existing table throws NullException

Added null checks to async local access in event callback.

Related to aspnet/Home#2825
2018-01-26 10:28:28 -08:00
..
Helpers
TestModels
DatabaseErrorPageMiddlewareTest.cs Fixes null ref in DatabaseErrorPageMiddleware. 2018-01-26 10:28:28 -08:00
Diagnostics.EFCore.FunctionalTests.csproj Target netcoreapp2.1 in tests and samples 2017-11-10 19:43:28 -08:00
MigrationsEndPointMiddlewareTest.cs Test: fix status code order 2017-11-08 22:55:01 -08:00
SqlServerTestStore.cs