🧹chore: remove unreachable null checks & fix failing application tests #11
Annotations
4 warnings
|
build-and-test:
Finance.Contracts/Requests/Auth/RefreshTokenRequest.cs#L6
Non-nullable property 'RefreshToken' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-and-test:
Finance.Contracts/Requests/Auth/RefreshTokenRequest.cs#L5
Non-nullable property 'AccessToken' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-and-test:
Finance.Contracts/Requests/Auth/RefreshTokenRequest.cs#L6
Non-nullable property 'RefreshToken' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build-and-test:
Finance.Contracts/Requests/Auth/RefreshTokenRequest.cs#L5
Non-nullable property 'AccessToken' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|