Skip to content

Merge branch 'OleksiiKhorunzhak:main' into main #10

Merge branch 'OleksiiKhorunzhak:main' into main

Merge branch 'OleksiiKhorunzhak:main' into main #10

Triggered via push August 27, 2024 07:52
Status Failure
Total duration 4m 39s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build
Process completed with exit code 1.
build: NUnitTests/Features/Drive/DrivePresetup.cs#L24
Nullable value type may be null.
build: NUnitTests/Lessons/21/LinqTests.cs#L98
Dereference of a possibly null reference.
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: 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: 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/Lessons/21/AsyncTests.cs#L42
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
build: AtataSpecFlow/AtataSamples.SpecFlow/API/Features/Account/AccountPresetup.cs#L12
Field 'AccountPresetup.AccountCreated' is never assigned to, and will always have its default value false
build: NUnitTests/Lessons/21/AsyncTests.cs#L43
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
build: NUnitTests/Lessons/21/AsyncTests.cs#L44
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
build: NUnitTests/Lessons/21/AsyncTests.cs#L37
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.