Skip to content

#18 application.tests #156

#18 application.tests

#18 application.tests #156

Triggered via pull request January 11, 2024 14:38
Status Success
Total duration 1m 16s
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#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.