Skip to content

Creating JWT_Auth_Tests #13

Creating JWT_Auth_Tests

Creating JWT_Auth_Tests #13

Triggered via push November 15, 2024 16:54
Status Success
Total duration 41s
Artifacts

wallet.yml

on: push
Fit to window
Zoom out
Zoom in

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/Common/Models/Wallet.cs#L7
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#L7
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#L7
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#L7
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.