Merge pull request #92 from SiMENhol/tobiana-code-cleanup #159
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 warnings
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#L60
Cannot convert null literal to non-nullable reference type.
|
build:
Igland.MVC/Controllers/AdminController.cs#L68
Cannot convert null literal to non-nullable reference type.
|
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/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.
|