build(deps): bump xunit from 2.5.3 to 2.6.0 in /src #663
Annotations
4 errors and 10 warnings
build / build:
src/Akavache.Tests/TestBases/BlobCacheInterfaceTestBase.cs#L34
The call is ambiguous between the following methods or properties: 'Assert.ThrowsAsync<T>(Func<Task>)' and 'Assert.ThrowsAsync<T>(Func<ValueTask>)'
|
build / build:
src/Akavache.Tests/TestBases/BlobCacheInterfaceTestBase.cs#L39
The call is ambiguous between the following methods or properties: 'Assert.ThrowsAsync<T>(Func<Task>)' and 'Assert.ThrowsAsync<T>(Func<ValueTask>)'
|
build / build:
src/Akavache.Tests/TestBases/BlobCacheInterfaceTestBase.cs#L42
The call is ambiguous between the following methods or properties: 'Assert.ThrowsAsync<T>(Func<Task>)' and 'Assert.ThrowsAsync<T>(Func<ValueTask>)'
|
build / build
Process completed with exit code 1.
|
build / build:
src/Akavache.Core/Platforms/shared/Registrations.cs#L74
'PackageManager.GetApplicationInfo(string, PackageInfoFlags)' is obsolete: 'deprecated'
|
build / build:
src/Akavache.Tests/AsyncLockTests.cs#L31
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
|
build / build:
src/Akavache.Tests/AsyncLockTests.cs#L40
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
|
build / build:
src/Akavache.Tests/BasicEncryptionTests.cs#L48
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
|
build / build:
src/Akavache.Tests/BasicEncryptionTests.cs#L49
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
|
build / build:
src/Akavache.Tests/CoalescerTests.cs#L47
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
|
build / build:
src/Akavache.Tests/CoalescerTests.cs#L79
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
|
build / build:
src/Akavache.Tests/CoalescerTests.cs#L125
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
|
build / build:
src/Akavache.Tests/CoalescerTests.cs#L166
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
|
build / build:
src/Akavache.Tests/TestBases/BulkOperationsTestBase.cs#L28
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
|