Skip to content

πŸ‘€ 117 code review feedback matt goldman #81

πŸ‘€ 117 code review feedback matt goldman

πŸ‘€ 117 code review feedback matt goldman #81

Triggered via pull request November 17, 2023 06:52
Status Success
Total duration 1m 50s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Build & Test: Tests/Common/Fixtures/WebUITestFactory.cs#L100
Non-nullable property 'tokenType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build & Test: Tests/Common/Fixtures/WebUITestFactory.cs#L101
Non-nullable property 'accessToken' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build & Test: Tests/Common/Fixtures/WebUITestFactory.cs#L103
Non-nullable property 'refreshToken' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build & Test: Tests/WebUI.IntegrationTests/Controllers/Customers/GetAll.cs#L30
Dereference of a possibly null reference.
Build & Test: Tests/WebUI.IntegrationTests/Controllers/Customers/GetById.cs#L31
Dereference of a possibly null reference.
Build & Test: Tests/WebUI.IntegrationTests/Controllers/Products/GetById.cs#L31
Dereference of a possibly null reference.
Build & Test: Tests/WebUI.IntegrationTests/Controllers/Products/GetAll.cs#L30
Dereference of a possibly null reference.
Build & Test: Tests/Common/Fixtures/WebUITestFactory.cs#L100
Non-nullable property 'tokenType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build & Test: Tests/Common/Fixtures/WebUITestFactory.cs#L101
Non-nullable property 'accessToken' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build & Test: Tests/Common/Fixtures/WebUITestFactory.cs#L103
Non-nullable property 'refreshToken' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.