Merge pull request #154 from OleksiiKhorunzhak/Lesson_26 #64
Annotations
1 error and 10 warnings
build
Process completed with exit code 1.
|
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:
NUnitTests/Lessons/21/LinqTests.cs#L98
Dereference of a possibly null reference.
|
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/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:
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:
PlaywrigthSpecFlow/API/Models/UserToken.cs#L10
Non-nullable property 'result' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|