Skip to content

#18 application.tests #155

#18 application.tests

#18 application.tests #155

Triggered via pull request January 10, 2024 11:41
Status Success
Total duration 1m 26s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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.