Bump the dotnet group with 1 update #40
Merged
Annotations
10 warnings
|
Build:
src/RSMatrix.Tests/MatrixClientTests.cs#L24
Dereference of a possibly null reference.
|
|
Build:
src/RSMatrix.Tests/IdTests.cs#L23
Argument of type 'ValueAssertion<MatrixId>' cannot be used for parameter 'source' of type 'IAssertionSource<MatrixId?>' in 'NotEqualsAssertion<MatrixId?> NotEqualsAssertionExtensions.IsNotEqualTo<MatrixId?>(IAssertionSource<MatrixId?> source, MatrixId? notExpected, IEqualityComparer<MatrixId?>? comparer = null, string? notExpectedExpression = null, string? comparerExpression = null)' due to differences in the nullability of reference types.
|
|
Build:
src/RSMatrix.Tests/LoginTests.cs#L16
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
|
Build:
src/RSMatrix.Tests/MatrixClientTests.cs#L53
Dereference of a possibly null reference.
|
|
Build:
src/RSMatrix.Tests/IdTests.cs#L69
Argument of type 'ValueAssertion<MatrixId>' cannot be used for parameter 'source' of type 'IAssertionSource<MatrixId?>' in 'NotEqualsAssertion<MatrixId?> NotEqualsAssertionExtensions.IsNotEqualTo<MatrixId?>(IAssertionSource<MatrixId?> source, MatrixId? notExpected, IEqualityComparer<MatrixId?>? comparer = null, string? notExpectedExpression = null, string? comparerExpression = null)' due to differences in the nullability of reference types.
|
|
Build:
src/RSMatrix.Tests/MatrixClientTests.cs#L44
Dereference of a possibly null reference.
|
|
Build:
src/RSMatrix.Tests/MatrixClientTests.cs#L34
Dereference of a possibly null reference.
|
|
Build:
src/RSMatrix.Tests/IdTests.cs#L46
Argument of type 'ValueAssertion<MatrixId>' cannot be used for parameter 'source' of type 'IAssertionSource<MatrixId?>' in 'NotEqualsAssertion<MatrixId?> NotEqualsAssertionExtensions.IsNotEqualTo<MatrixId?>(IAssertionSource<MatrixId?> source, MatrixId? notExpected, IEqualityComparer<MatrixId?>? comparer = null, string? notExpectedExpression = null, string? comparerExpression = null)' due to differences in the nullability of reference types.
|
|
Build:
src/RSMatrix.Tests/MatrixClientTests.cs#L24
Dereference of a possibly null reference.
|
|
Build:
src/RSMatrix.Tests/IdTests.cs#L23
Argument of type 'ValueAssertion<MatrixId>' cannot be used for parameter 'source' of type 'IAssertionSource<MatrixId?>' in 'NotEqualsAssertion<MatrixId?> NotEqualsAssertionExtensions.IsNotEqualTo<MatrixId?>(IAssertionSource<MatrixId?> source, MatrixId? notExpected, IEqualityComparer<MatrixId?>? comparer = null, string? notExpectedExpression = null, string? comparerExpression = null)' due to differences in the nullability of reference types.
|
Loading