HW 15 - finished (Atata+Playwright) #8
Annotations
10 warnings
PlaywrigthSpecFlow/API/Models/UserModel.cs#L5
Non-nullable property 'userName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
PlaywrigthSpecFlow/API/Models/UserModel.cs#L6
Non-nullable property 'password' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
PlaywrigthSpecFlow/API/Models/User.cs#L16
Non-nullable property 'isbn' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
PlaywrigthSpecFlow/API/Models/User.cs#L17
Non-nullable property 'title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
PlaywrigthSpecFlow/API/Models/User.cs#L18
Non-nullable property 'subTitle' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
PlaywrigthSpecFlow/API/Models/User.cs#L19
Non-nullable property 'author' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
PlaywrigthSpecFlow/API/Models/User.cs#L21
Non-nullable property 'publisher' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
PlaywrigthSpecFlow/API/Models/User.cs#L23
Non-nullable property 'description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
PlaywrigthSpecFlow/API/Models/User.cs#L24
Non-nullable property 'website' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
PlaywrigthSpecFlow/API/Features/Account/AccountsApi.cs#L27
Possible null reference return.
|
This job succeeded
Loading