Skip to content

Merge pull request #153 from OleksiiKhorunzhak/remove_test_project #40

Merge pull request #153 from OleksiiKhorunzhak/remove_test_project

Merge pull request #153 from OleksiiKhorunzhak/remove_test_project #40

Triggered via push August 7, 2024 11:36
Status Success
Total duration 2m 22s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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: 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: 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.
build: NUnitTests/Lessons/21/AsyncTests.cs#L55
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/LinqTests.cs#L98
Dereference of a possibly null reference.
build: NUnitTests/Features/Drive/DrivePresetup.cs#L24
Nullable value type may be null.
build: NUnitTests/Homework/LoopsAndCase.cs#L40
The variable 'number' is assigned but its value is never used
build: NUnitTests/Lessons/21/LinqTests.cs#L5
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.