Skip to content

Fix portfolio endpoint error #12

Fix portfolio endpoint error

Fix portfolio endpoint error #12

Re-run triggered June 25, 2024 21:16
Status Success
Total duration 49s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: api/Data/AppDbContext.cs#L14
'AppDbContext.Users' hides inherited member 'IdentityUserContext<AppUser, string, IdentityUserClaim<string>, IdentityUserLogin<string>, IdentityUserToken<string>>.Users'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
build: api/Controllers/AccountController.cs#L43
Possible null reference argument for parameter 'password' in 'Task<IdentityResult> UserManager<AppUser>.CreateAsync(AppUser user, string password)'.
build: api/Controllers/AccountController.cs#L54
Possible null reference assignment.
build: api/Controllers/AccountController.cs#L55
Possible null reference assignment.
build: api/Controllers/AccountController.cs#L104
Possible null reference assignment.
build: api/Controllers/AccountController.cs#L105
Possible null reference assignment.
build: api/DTOs/Account/LoginDto.cs#L8
Non-nullable property 'UserName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: api/DTOs/Account/LoginDto.cs#L10
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: api/Models/Portfolio.cs#L8
Non-nullable property 'AppUserId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: api/Models/Portfolio.cs#L10
Non-nullable property 'AppUser' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.