Skip to content

EFPT edit to reassign points to series instead of team #635

EFPT edit to reassign points to series instead of team

EFPT edit to reassign points to series instead of team #635

Triggered via push July 24, 2023 14:48
Status Failure
Total duration 1m 44s
Artifacts

ci-cd.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
build: Gordon360/Models/ViewModels/RecIM/ActivityViewModel.cs#L47
'Activity' does not contain a definition for 'WinnerID' and no accessible extension method 'WinnerID' accepting a first argument of type 'Activity' could be found (are you missing a using directive or an assembly reference?)
build: Gordon360/Models/ViewModels/RecIM/ActivityViewModel.cs#L48
'Activity' does not contain a definition for 'Points' and no accessible extension method 'Points' accepting a first argument of type 'Activity' could be found (are you missing a using directive or an assembly reference?)
build: Gordon360/Models/ViewModels/RecIM/ActivityUploadViewModel.cs#L41
'Activity' does not contain a definition for 'WinnerID'
build: Gordon360/Models/ViewModels/RecIM/ActivityUploadViewModel.cs#L42
'Activity' does not contain a definition for 'Points'
build: Gordon360/Models/ViewModels/RecIM/ActivityExtendedViewModel.cs#L57
'Activity' does not contain a definition for 'WinnerID' and no accessible extension method 'WinnerID' accepting a first argument of type 'Activity' could be found (are you missing a using directive or an assembly reference?)
build: Gordon360/Models/ViewModels/RecIM/ActivityExtendedViewModel.cs#L58
'Activity' does not contain a definition for 'Points' and no accessible extension method 'Points' accepting a first argument of type 'Activity' could be found (are you missing a using directive or an assembly reference?)
build: Gordon360/Models/ViewModels/AlumniProfileViewModel.cs#L57
Operator '??' cannot be applied to operands of type 'int?' and 'string'
build: Gordon360/Models/ViewModels/RecIM/ActivityViewModel.cs#L47
'Activity' does not contain a definition for 'WinnerID' and no accessible extension method 'WinnerID' accepting a first argument of type 'Activity' could be found (are you missing a using directive or an assembly reference?)
build: Gordon360/Models/ViewModels/RecIM/ActivityViewModel.cs#L48
'Activity' does not contain a definition for 'Points' and no accessible extension method 'Points' accepting a first argument of type 'Activity' could be found (are you missing a using directive or an assembly reference?)
build: Gordon360/Models/ViewModels/RecIM/ActivityUploadViewModel.cs#L41
'Activity' does not contain a definition for 'WinnerID'
build: Gordon360/Controllers/MembershipsController.cs#L98
'Resource.MEMBERSHIP_BY_ACTIVITY' is obsolete: 'Unused once obsolete routes are removed'
build: Gordon360/Services/SessionService.cs#L47
Nullable value type may be null.
build: Gordon360/Services/SessionService.cs#L48
Nullable value type may be null.
build: Gordon360/Services/ScheduleService.cs#L102
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build: Gordon360/Services/SaveService.cs#L31
Possible null reference return.
build: Gordon360/Services/SaveService.cs#L48
Possible null reference return.
build: Gordon360/Services/SaveService.cs#L75
The result of the expression is always 'false' since a value of type 'int' is never equal to 'null' of type 'int?'
build: Gordon360/Services/SaveService.cs#L111
Possible null reference return.
build: Gordon360/Services/SaveService.cs#L143
Dereference of a possibly null reference.
build: Gordon360/Services/SaveService.cs#L178
Possible null reference return.