Skip to content

remove temp project #61

remove temp project

remove temp project #61

Triggered via pull request August 7, 2024 11:35
Status Failure
Total duration 3m 59s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build
Process completed with exit code 1.
build: NUnitTests/Lessons/21/LinqTests.cs#L98
Dereference of a possibly null reference.
build: PlaywrigthSpecFlow/API/Models/UserToken.cs#L5
Non-nullable property 'token' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: AtataSpecFlow/AtataSamples.SpecFlow/Features/Account/AccountSteps.cs#L34
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: AtataUITests/Homework/CollectionsTests.cs#L99
The variable 'terroristsCity' is assigned but its value is never used
build: AtataUITests/Homework/CollectionsTests.cs#L109
The variable 'expectedLastCity' is assigned but its value is never used
build: AtataUITests/Homework/CollectionsTests.cs#L119
The variable 'cityToCheck' is assigned but its value is never used
build: NUnitTests/Lessons/21/AsyncHomework.cs#L18
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: PlaywrigthSpecFlow/API/Models/UserToken.cs#L9
Non-nullable property 'status' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: AtataSpecFlow/AtataSamples.SpecFlow/API/Features/Account/AccountsApi.cs#L72
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: NUnitTests/Features/Drive/DrivePresetup.cs#L24
Nullable value type may be null.