Skip to content

Update README.md

Update README.md #175

Triggered via pull request November 26, 2023 16:03
Status Success
Total duration 33s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: Igland.MVC/DataAccess/DataContext.cs#L45
'DataContext.Users' hides inherited member 'IdentityUserContext<IdentityUser, 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: Igland.MVC/Controllers/AccountController.cs#L27
Cannot convert null literal to non-nullable reference type.
build: Igland.MVC/Controllers/AccountController.cs#L38
Cannot convert null literal to non-nullable reference type.
build: Igland.MVC/Controllers/AdminController.cs#L74
Cannot convert null literal to non-nullable reference type.
build: Igland.MVC/Controllers/AdminController.cs#L85
Cannot convert null literal to non-nullable reference type.
build: Igland.MVC/Repositories/UserRepositoryBase.cs#L8
Non-nullable property 'UserManager' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Igland.MVC/Repositories/UserRepositoryBase.cs#L16
Possible null reference argument for parameter 'user' in 'Task<IList<string>> UserManager<IdentityUser>.GetRolesAsync(IdentityUser user)'.
build: Igland.MVC/Repositories/UserRepositoryBase.cs#L23
Possible null reference argument for parameter 'user' in 'Task<IList<string>> UserManager<IdentityUser>.GetRolesAsync(IdentityUser user)'.
build: Igland.MVC/Repositories/SqlUserRepository.cs#L84
Converting null literal or possible null value to non-nullable type.
build: Igland.MVC/Repositories/SqlUserRepository.cs#L96
Possible null reference return.