Skip to content

Make credentialsHasBeenRefreshed optional in constructor #13

Make credentialsHasBeenRefreshed optional in constructor

Make credentialsHasBeenRefreshed optional in constructor #13

Triggered via push May 13, 2025 20:11
Status Success
Total duration 30s
Artifacts
build-and-test
26s
build-and-test
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build-and-test: src/PeerBerry.API/ResponseModels/BalanceMainReponse.cs#L5
Non-nullable property 'currencyIso' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-test: src/PeerBerry.API/ResponseModels/ProfileResponse.cs#L74
Non-nullable property 'account' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-test: src/PeerBerry.API/ResponseModels/RefreshTokenResponse.cs#L7
Non-nullable property 'refresh_token' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-test: src/PeerBerry.API/ResponseModels/RefreshTokenResponse.cs#L5
Non-nullable property 'access_token' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-test: src/PeerBerry.API/ResponseModels/TFAResponse.cs#L8
Non-nullable property 'status' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-test: src/PeerBerry.API/ResponseModels/TFAResponse.cs#L7
Non-nullable property 'refresh_token' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-test: src/PeerBerry.API/ResponseModels/TFAResponse.cs#L5
Non-nullable property 'access_token' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-test: src/PeerBerry.API/Initialize/InitResult.cs#L6
Non-nullable property 'Token' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-test: src/PeerBerry.API/Initialize/AccessCredentials.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: src/PeerBerry.API/Initialize/AccessCredentials.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.