Skip to content

Adding AddWalletDbContext method in program #19

Adding AddWalletDbContext method in program

Adding AddWalletDbContext method in program #19

Triggered via push November 20, 2024 09:56
Status Failure
Total duration 30s
Artifacts

wallet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 10 warnings
build: EWallet.Api/Program.cs#L9
'WebApplicationBuilder' does not contain a definition for 'AddWalletDbContext' and no accessible extension method 'AddWalletDbContext' accepting a first argument of type 'WebApplicationBuilder' could be found (are you missing a using directive or an assembly reference?)
build: EWallet.Api/Program.cs#L9
'WebApplicationBuilder' does not contain a definition for 'AddWalletDbContext' and no accessible extension method 'AddWalletDbContext' accepting a first argument of type 'WebApplicationBuilder' could be found (are you missing a using directive or an assembly reference?)
build
Process completed with exit code 1.
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: JwtAuth.Api/Program.cs#L15
Possible null reference argument for parameter 'user' in 'string AuthService.Create(User user)'.
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.