Version up #8
Annotations
10 warnings
|
build-and-test:
src/PeerBerry.API/PeerBerryClient.cs#L26
Cannot convert null literal to non-nullable reference type.
|
|
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/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#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/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/BalanceMainReponse.cs#L7
Non-nullable property 'invested' 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/BalanceMainReponse.cs#L8
Non-nullable property 'totalProfit' 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/BalanceMainReponse.cs#L10
Non-nullable property 'balanceGrowth' 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/BalanceMainReponse.cs#L11
Non-nullable property 'balanceGrowthAmount' 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/BalanceMainReponse.cs#L12
Non-nullable property 'netAnnualReturn' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|