Refactor Fatal with simple message

This commit is contained in:
Nikolaj
2020-09-14 11:23:17 +02:00
parent a1ecc4a5c9
commit b8c60d1666
16 changed files with 35 additions and 66 deletions

View File

@@ -55,7 +55,7 @@ namespace Umbraco.Tests.Integration.Implementations
_hostingLifetime = new AspNetCoreApplicationShutdownRegistry(Mock.Of<IHostApplicationLifetime>());
Logger = new ProfilingLogger(new ConsoleLogger(new MessageTemplates()), Profiler);
Logger = new ProfilingLogger(new ConsoleLogger<object>(new MessageTemplates()), Profiler);
}