You've already forked Extensions.Configuration.EntityFrameworkCore
5 lines
249 B
C#
5 lines
249 B
C#
// Here you could define global logic that would affect all tests
|
|
|
|
// You can use attributes at the assembly level to apply to all tests in the assembly
|
|
[assembly: System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverage]
|
|
[assembly: NotInParallel] |