#18 application.tests #156
Annotations
10 warnings
Build:
tests/StarterProject.Tests/Features/Auth/Commands/Login/LoginTests.cs#L83
Dereference of a possibly null reference.
|
Build:
tests/StarterProject.Tests/Mocks/Repositories/Auth/MockUserRepository.cs#L44
Converting null literal or possible null value to non-nullable type.
|
Build:
tests/StarterProject.Tests/Mocks/Repositories/Auth/MockUserRepository.cs#L46
Converting null literal or possible null value to non-nullable type.
|
Build:
tests/StarterProject.Tests/Features/Auth/Commands/Login/LoginTests.cs#L92
Dereference of a possibly null reference.
|
Build:
tests/StarterProject.Tests/Features/Auth/Commands/Login/LoginTests.cs#L92
Dereference of a possibly null reference.
|
Build:
tests/StarterProject.Tests/Features/Auth/Commands/Login/LoginTests.cs#L117
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:
tests/StarterProject.Tests/Features/Auth/Commands/Login/LoginTests.cs#L127
Cannot convert null literal to non-nullable reference type.
|
Build:
tests/StarterProject.Tests/Features/Auth/Commands/Login/LoginTests.cs#L125
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:
tests/StarterProject.Tests/Features/Auth/Commands/Login/LoginTests.cs#L83
Dereference of a possibly null reference.
|
Build:
tests/StarterProject.Tests/Mocks/Repositories/Auth/MockUserRepository.cs#L44
Converting null literal or possible null value to non-nullable type.
|
The logs for this run have expired and are no longer available.
Loading