Merge pull request #142 from ezraroi/123-after-viewing-user-profile-w… #40
Annotations
11 warnings
Mundialito/Views/Home/Index.cshtml#L1
'IHostingEnvironment' is obsolete: 'This type is obsolete and will be removed in a future version. The recommended alternative is Microsoft.AspNetCore.Hosting.IWebHostEnvironment.'
|
Mundialito/DAL/GenericRepository.cs#L23
Cannot convert null literal to non-nullable reference type.
|
Mundialito/DAL/GenericRepository.cs#L23
Cannot convert null literal to non-nullable reference type.
|
Mundialito/Models/UserModel.cs#L90
Non-nullable property 'PlaceDiff' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Mundialito/Controllers/AccountController.cs#L69
Possible null reference argument for parameter 'password' in 'Task<IdentityResult> UserManager<MundialitoUser>.CreateAsync(MundialitoUser user, string password)'.
|
Mundialito/Models/UserModel.cs#L11
Possible null reference assignment.
|
Mundialito/Models/UserModel.cs#L14
Possible null reference assignment.
|
Mundialito/Models/UserModel.cs#L9
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Mundialito/Models/UserModel.cs#L9
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Mundialito/Models/StatsModel.cs#L54
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
This job succeeded
Loading