Skip to content

Adding DataAnnotations validation #28

Adding DataAnnotations validation

Adding DataAnnotations validation #28

Triggered via push November 26, 2024 16:31
Status Success
Total duration 30s
Artifacts

wallet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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/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.
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/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.