Merge pull request #111 from ezraroi/109-posting-general-bet-is-faili… #22
Annotations
11 warnings
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/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.
|
Mundialito/Models/StatsModel.cs#L30
Non-nullable property 'Category' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Mundialito/Models/StatsModel.cs#L48
Non-nullable property 'BestResult' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
This job succeeded
Loading