3 references to TestFrameworkFileLoggerAttribute
Microsoft.AspNetCore.InternalTesting (3)
AssemblyTestLog.cs (3)
266
private static
TestFrameworkFileLoggerAttribute
GetFileLoggerAttribute(Assembly assembly)
267
=> assembly.GetCustomAttribute<
TestFrameworkFileLoggerAttribute
>()
268
?? throw new InvalidOperationException($"No {nameof(
TestFrameworkFileLoggerAttribute
)} found on the assembly {assembly.GetName().Name}. "