Skip to content

Add the ability to query comments by stock and order #18

Add the ability to query comments by stock and order

Add the ability to query comments by stock and order #18

Triggered via push June 29, 2024 08:18
Status Success
Total duration 1m 18s
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/Repositories/CommentRepo.cs#L25
Dereference of a possibly null reference.
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.