Skip to content

Merge pull request #79 from ezraroi/78-when-viewing-a-user-profile-it… #86

Merge pull request #79 from ezraroi/78-when-viewing-a-user-profile-it…

Merge pull request #79 from ezraroi/78-when-viewing-a-user-profile-it… #86

Triggered via push July 11, 2024 20:14
Status Failure
Total duration 2m 1s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 12 warnings
build: Mundialito/Controllers/UsersController.cs#L142
'UserModel' does not contain a definition for 'AddBet' and no accessible extension method 'AddBet' accepting a first argument of type 'UserModel' could be found (are you missing a using directive or an assembly reference?)
build: Mundialito/Controllers/UsersController.cs#L142
'UserModel' does not contain a definition for 'AddBet' and no accessible extension method 'AddBet' accepting a first argument of type 'UserModel' could be found (are you missing a using directive or an assembly reference?)
build
Process completed with exit code 1.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: Mundialito/DAL/GenericRepository.cs#L23
Cannot convert null literal to non-nullable reference type.
build: Mundialito/DAL/GenericRepository.cs#L23
Cannot convert null literal to non-nullable reference type.
build: Mundialito/Models/UserModel.cs#L64
'UserWithPointsModel.Points' hides inherited member 'UserModel.Points'. Use the new keyword if hiding was intended.
build: Mundialito/Models/UserModel.cs#L82
'UserWithPointsModel.GeneralBet' hides inherited member 'UserModel.GeneralBet'. Use the new keyword if hiding was intended.
build: Mundialito/Models/UserModel.cs#L87
'UserWithPointsModel.SetGeneralBet(GeneralBetViewModel)' hides inherited member 'UserModel.SetGeneralBet(GeneralBetViewModel)'. Use the new keyword if hiding was intended.
build: Mundialito/Models/UserModel.cs#L51
Non-nullable property 'PlaceDiff' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Mundialito/Models/UserModel.cs#L10
Possible null reference assignment.
build: Mundialito/Models/UserModel.cs#L13
Possible null reference assignment.
build: Mundialito/Models/UserModel.cs#L8
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: Mundialito/Models/UserModel.cs#L8
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.