Skip to content

feat: Schedule Support #193

feat: Schedule Support

feat: Schedule Support #193

Triggered via pull request February 21, 2025 16:39
Status Success
Total duration 8m 45s
Artifacts

codeQL.yml

on: pull_request
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Analyze (csharp)
Unable to validate code scanning workflow: error: getWorkflow() failed: Error: Expected to find a code scanning workflow file at D:\a\durabletask-dotnet\durabletask-dotnet\.github\workflows\codeQL.yml, but no such file existed. This can happen if the currently running workflow checks out a branch that doesn't contain the corresponding workflow file.
Analyze (csharp): src/ScheduledTasks/Models/ScheduleState.cs#L69
Dereference of a possibly null reference.
Analyze (csharp): src/ScheduledTasks/Client/ScheduledTaskClient.cs#L56
Possible null reference argument for parameter 'source' in 'IEnumerable<ScheduleActivityLog> Enumerable.TakeLast<ScheduleActivityLog>(IEnumerable<ScheduleActivityLog> source, int count)'.
Analyze (csharp): src/ScheduledTasks/Client/ScheduledTaskClient.cs#L56
Converting null literal or possible null value to non-nullable type.
Analyze (csharp): src/ScheduledTasks/Client/ScheduledTaskClient.cs#L74
Possible null reference assignment.
Analyze (csharp): src/ScheduledTasks/Client/ScheduleHandle.cs#L68
Possible null reference argument for parameter 'source' in 'IEnumerable<ScheduleActivityLog> Enumerable.TakeLast<ScheduleActivityLog>(IEnumerable<ScheduleActivityLog> source, int count)'.
Analyze (csharp): src/ScheduledTasks/Client/ScheduleHandle.cs#L68
Converting null literal or possible null value to non-nullable type.
Analyze (csharp): src/ScheduledTasks/Client/ScheduleHandle.cs#L86
Possible null reference assignment.
Analyze (csharp): src/ScheduledTasks/Entity/Schedule.cs#L78
The variable 'ex' is declared but never used
Analyze (csharp): src/ScheduledTasks/Entity/Schedule.cs#L170
The variable 'ex' is declared but never used
Analyze (csharp): src/ScheduledTasks/Entity/Schedule.cs#L217
The variable 'ex' is declared but never used