Skip to content

UI auth improvements (#121) #77

UI auth improvements (#121)

UI auth improvements (#121) #77

Triggered via push November 16, 2023 10:00
Status Success
Total duration 1m 52s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

dotnet.yml

on: push
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/Products/GetById.cs#L31
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/GetAll.cs#L30
Dereference of a possibly null reference.
Build & Test: Tests/WebUI.IntegrationTests/Controllers/Customers/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.