[Added] Configuring Transaction table #33
Annotations
11 warnings
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build:
EWallet.Api/Common/Models/Wallet.cs#L5
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
EWallet.Api/Common/Models/Wallet.cs#L5
Non-nullable property 'CurrencyId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
EWallet.Api/Common/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/Common/Models/Transaction.cs#L5
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
EWallet.Api/Common/Models/Transaction.cs#L5
Non-nullable property 'CurrencyId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
EWallet.Api/Common/Models/Transaction.cs#L5
Non-nullable property 'SenderWalletId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
EWallet.Api/Common/Models/Transaction.cs#L5
Non-nullable property 'ReceiverWalletId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
EWallet.Api/Common/Models/Currency.cs#L5
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
EWallet.Api/Common/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/Common/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.
|