updates #334
Annotations
10 warnings
Server/ReasnAPI/ReasnAPI.Tests/Services/FakeDbSet.cs#L16
Nullability of reference types in type of parameter 'keyValues' doesn't match overridden member.
|
Server/ReasnAPI/ReasnAPI.Tests/Services/FakeDbSet.cs#L27
'FakeDbSet<T>.GetAsyncEnumerator(CancellationToken)' hides inherited member 'DbSet<T>.GetAsyncEnumerator(CancellationToken)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
Server/ReasnAPI/ReasnAPI.Tests/Services/FakeDbSet.cs#L34
Type parameter 'T' has the same name as the type parameter from outer type 'FakeDbSet<T>'
|
Server/ReasnAPI/ReasnAPI.Tests/Services/AddressServiceTests.cs#L187
Cannot convert null literal to non-nullable reference type.
|
Server/ReasnAPI/ReasnAPI.Tests/Services/UserServiceTests.cs#L190
Cannot convert null literal to non-nullable reference type.
|
Server/ReasnAPI/ReasnAPI.Tests/Services/CommentServiceTests.cs#L244
Cannot convert null literal to non-nullable reference type.
|
Server/ReasnAPI/ReasnAPI.Tests/Services/AddressServiceTests.cs#L256
Cannot convert null literal to non-nullable reference type.
|
Server/ReasnAPI/ReasnAPI.Tests/Services/CommentServiceTests.cs#L318
Cannot convert null literal to non-nullable reference type.
|
Server/ReasnAPI/ReasnAPI.Tests/Services/FakeDbSet.cs#L18
Possible null reference return.
|
Server/ReasnAPI/ReasnAPI.Tests/Services/FakeDbSet.cs#L24
Possible null reference return.
|
This job succeeded
Loading