118 code review feedback luke parker #84
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
6 warnings
Build & Test:
Tests/Common/Fixtures/WebUITestFactory.cs#L95
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#L96
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#L98
Non-nullable property 'refreshToken' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build & Test:
Tests/Common/Fixtures/WebUITestFactory.cs#L95
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#L96
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#L98
Non-nullable property 'refreshToken' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|