Skip to content

Merge pull request #1 from yustasstar/WorkBranch #9

Merge pull request #1 from yustasstar/WorkBranch

Merge pull request #1 from yustasstar/WorkBranch #9

Triggered via push July 15, 2024 16:19
Status Success
Total duration 2m 13s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: 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.
build: 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.
build: PlaywrigthSpecFlow/Features/WebTable/WebTableSteps.cs#L16
Possible null reference argument for parameter 'page' in 'DemoQAWebTablesPage.DemoQAWebTablesPage(IPage page)'.
build: PlaywrigthSpecFlow/Features/WebTable/WebTableSteps.cs#L14
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/User.cs#L16
Non-nullable property 'isbn' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: 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.
build: 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.
build: 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.
build: 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.
build: 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.