Skip to content

Olena hr lesson 25

Olena hr lesson 25 #83

Triggered via pull request August 28, 2024 09:39
Status Failure
Total duration 3m 32s
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: 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: PlaywrigthSpecFlow/API/Models/UserToken.cs#L5
Non-nullable property 'token' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or 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: PlaywrigthSpecFlow/API/Models/UserToken.cs#L9
Non-nullable property 'status' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
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: PlaywrigthSpecFlow/API/Models/UserToken.cs#L10
Non-nullable property 'result' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: PlaywrigthSpecFlow/API/Models/UserModel.cs#L5
Non-nullable property 'userName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: PlaywrigthSpecFlow/API/Models/UserModel.cs#L6
Non-nullable property 'password' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: PlaywrigthSpecFlow/API/Models/User.cs#L19
Non-nullable property 'isbn' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: PlaywrigthSpecFlow/API/Models/User.cs#L21
Non-nullable property 'title' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.