Updating project Readme #10
Annotations
10 warnings
Build:
JwtAuth.Api/Program.cs#L15
Possible null reference argument for parameter 'user' in 'string AuthService.Create(User user)'.
|
Build:
EWallet.Api/Models/Wallet.cs#L5
Non-nullable property 'Currency' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
EWallet.Api/Models/Currency.cs#L5
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
EWallet.Api/Models/Currency.cs#L5
Non-nullable property 'Code' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
Wallet_Tests/Wallet_Wallet_Tests.cs#L46
Null should not be used for value type parameter 'amount' of type 'decimal'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
|
Build:
JwtAuth.Api/Program.cs#L15
Possible null reference argument for parameter 'user' in 'string AuthService.Create(User user)'.
|
Build:
EWallet.Api/Models/Wallet.cs#L5
Non-nullable property 'Currency' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
EWallet.Api/Models/Currency.cs#L5
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
EWallet.Api/Models/Currency.cs#L5
Non-nullable property 'Code' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
Wallet_Tests/Wallet_Wallet_Tests.cs#L46
Null should not be used for value type parameter 'amount' of type 'decimal'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
|
Loading