118 code review feedback luke parker #84
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.
|