Updating tests guide steps #7
Annotations
8 warnings
Build:
E_Wallet/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:
E_Wallet/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:
E_Wallet/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:
E_Wallet/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:
E_Wallet/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:
E_Wallet/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