Bump xunit from 2.5.0 to 2.6.3 #1457
Annotations
10 warnings
src/Common/Test/ExtensionMethodsTest.cs#L93
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007.
|
src/Database/EntityFramework/Test/DestinationApplicationEntityRepositoryTest.cs#L68
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007.
|
src/Database/EntityFramework/Test/DestinationApplicationEntityRepositoryTest.cs#L69
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007.
|
src/Database/EntityFramework/Test/VirtualApplicationEntityRepositoryTest.cs#L74
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007.
|
src/Database/EntityFramework/Test/VirtualApplicationEntityRepositoryTest.cs#L75
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007.
|
src/Database/EntityFramework/Test/VirtualApplicationEntityRepositoryTest.cs#L89
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007.
|
src/Database/EntityFramework/Test/VirtualApplicationEntityRepositoryTest.cs#L91
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007.
|
src/Database/EntityFramework/Test/VirtualApplicationEntityRepositoryTest.cs#L93
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007.
|
src/Database/EntityFramework/Test/VirtualApplicationEntityRepositoryTest.cs#L95
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007.
|
src/Database/EntityFramework/Test/DestinationApplicationEntityRepositoryTest.cs#L83
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007.
|
The logs for this run have expired and are no longer available.
Loading