Deprecate none()
step in favour of discard()
#4861
Annotations
10 warnings
Build with Maven
Non-nullable property 'DictifiedLast' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build with Maven
Converting null literal or possible null value to non-nullable type.
|
Build with Maven
Converting null literal or possible null value to non-nullable type.
|
Build with Maven
Converting null literal or possible null value to non-nullable type.
|
Build with Maven
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007.
|
Build with Maven
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007.
|
Build with Maven
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007.
|
Build with Maven
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007.
|
Build with Maven
Do not use Assert.Equal() to check for collection size. Use Assert.Empty instead.
|
Build with Maven
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead.
|
The logs for this run have expired and are no longer available.
Loading