#18 application.tests #155
Annotations
10 warnings
build:
tests/StarterProject.Tests/Features/Auth/Commands/Login/LoginTests.cs#L82
Dereference of a possibly null reference.
|
build:
tests/StarterProject.Tests/Features/Auth/Commands/Login/LoginTests.cs#L91
Dereference of a possibly null reference.
|
build:
tests/StarterProject.Tests/Features/Auth/Commands/Login/LoginTests.cs#L91
Dereference of a possibly null reference.
|
build:
tests/StarterProject.Tests/Features/Auth/Commands/Login/LoginTests.cs#L116
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/Mocks/Repositories/Auth/MockUserRepository.cs#L48
Converting null literal or possible null value to non-nullable type.
|
build:
tests/StarterProject.Tests/Mocks/Repositories/Auth/MockUserRepository.cs#L50
Converting null literal or possible null value to non-nullable type.
|
build:
tests/StarterProject.Tests/Features/Auth/Commands/Login/LoginTests.cs#L126
Cannot convert null literal to non-nullable reference type.
|
build:
tests/StarterProject.Tests/Features/Auth/Commands/Login/LoginTests.cs#L124
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#L82
Dereference of a possibly null reference.
|
build:
tests/StarterProject.Tests/Features/Auth/Commands/Login/LoginTests.cs#L91
Dereference of a possibly null reference.
|