Skip to content

minoer changes to evenrts and program file. will restructure cron ser… #32

minoer changes to evenrts and program file. will restructure cron ser…

minoer changes to evenrts and program file. will restructure cron ser… #32

Triggered via push December 10, 2025 08:11
Status Failure
Total duration 59s
Artifacts
Analyze code with CodeQL
55s
Analyze code with CodeQL
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 8 warnings
Analyze code with CodeQL: src/RandomAPI/DTOs/CalendarEventDto.cs#L190
'EventDateTime' does not contain a definition for 'DateTimeOffset' and no accessible extension method 'DateTimeOffset' accepting a first argument of type 'EventDateTime' could be found (are you missing a using directive or an assembly reference?)
Analyze code with CodeQL: src/RandomAPI/DTOs/CalendarEventDto.cs#L189
'EventDateTime' does not contain a definition for 'DateTimeOffset' and no accessible extension method 'DateTimeOffset' accepting a first argument of type 'EventDateTime' could be found (are you missing a using directive or an assembly reference?)
Analyze code with CodeQL: src/RandomAPI/DTOs/CalendarEventDto.cs#L185
'EventDateTime' does not contain a definition for 'DateTimeOffset' and no accessible extension method 'DateTimeOffset' accepting a first argument of type 'EventDateTime' could be found (are you missing a using directive or an assembly reference?)
Analyze code with CodeQL: src/RandomAPI/DTOs/CalendarEventDto.cs#L184
'EventDateTime' does not contain a definition for 'DateTimeOffset' and no accessible extension method 'DateTimeOffset' accepting a first argument of type 'EventDateTime' could be found (are you missing a using directive or an assembly reference?)
Analyze code with CodeQL: src/RandomAPI/APIServices/Services/CronTaskRunnerService.cs#L91
'ICronScheduledTask' does not contain a definition for 'ExecuteAsync' and no accessible extension method 'ExecuteAsync' accepting a first argument of type 'ICronScheduledTask' could be found (are you missing a using directive or an assembly reference?)
Analyze code with CodeQL: src/RandomAPI/DTOs/CalendarEventDto.cs#L190
'EventDateTime' does not contain a definition for 'DateTimeOffset' and no accessible extension method 'DateTimeOffset' accepting a first argument of type 'EventDateTime' could be found (are you missing a using directive or an assembly reference?)
Analyze code with CodeQL: src/RandomAPI/DTOs/CalendarEventDto.cs#L189
'EventDateTime' does not contain a definition for 'DateTimeOffset' and no accessible extension method 'DateTimeOffset' accepting a first argument of type 'EventDateTime' could be found (are you missing a using directive or an assembly reference?)
Analyze code with CodeQL: src/RandomAPI/DTOs/CalendarEventDto.cs#L185
'EventDateTime' does not contain a definition for 'DateTimeOffset' and no accessible extension method 'DateTimeOffset' accepting a first argument of type 'EventDateTime' could be found (are you missing a using directive or an assembly reference?)
Analyze code with CodeQL: src/RandomAPI/DTOs/CalendarEventDto.cs#L184
'EventDateTime' does not contain a definition for 'DateTimeOffset' and no accessible extension method 'DateTimeOffset' accepting a first argument of type 'EventDateTime' could be found (are you missing a using directive or an assembly reference?)
Analyze code with CodeQL: src/RandomAPI/APIServices/Services/CronTaskRunnerService.cs#L91
'ICronScheduledTask' does not contain a definition for 'ExecuteAsync' and no accessible extension method 'ExecuteAsync' accepting a first argument of type 'ICronScheduledTask' could be found (are you missing a using directive or an assembly reference?)
Analyze code with CodeQL: src/RandomAPI/DTOs/CalendarEventDto.cs#L164
'EventsResource.ListRequest.TimeMax' is obsolete: 'This property is obsolete and may behave unexpectedly; please use TimeMaxDateTimeOffset instead.'
Analyze code with CodeQL: src/RandomAPI/DTOs/CalendarEventDto.cs#L163
'EventsResource.ListRequest.TimeMin' is obsolete: 'This property is obsolete and may behave unexpectedly; please use TimeMinDateTimeOffset instead.'
Analyze code with CodeQL: src/RandomAPI/Program.cs#L111
Non-nullable property 'ServiceResponseTIme' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze code with CodeQL: src/RandomAPI/Program.cs#L110
Non-nullable property 'ServiceName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze code with CodeQL: src/RandomAPI/DTOs/CalendarEventDto.cs#L164
'EventsResource.ListRequest.TimeMax' is obsolete: 'This property is obsolete and may behave unexpectedly; please use TimeMaxDateTimeOffset instead.'
Analyze code with CodeQL: src/RandomAPI/DTOs/CalendarEventDto.cs#L163
'EventsResource.ListRequest.TimeMin' is obsolete: 'This property is obsolete and may behave unexpectedly; please use TimeMinDateTimeOffset instead.'
Analyze code with CodeQL: src/RandomAPI/Program.cs#L111
Non-nullable property 'ServiceResponseTIme' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Analyze code with CodeQL: src/RandomAPI/Program.cs#L110
Non-nullable property 'ServiceName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.