Skip to content

feat: Schedule Support #190

feat: Schedule Support

feat: Schedule Support #190

Triggered via pull request February 21, 2025 06:26
Status Success
Total duration 10m 48s
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/Entity/Schedule.cs#L37
Possible null reference argument for parameter 'scheduleId' in 'ScheduleInvalidTransitionException.ScheduleInvalidTransitionException(string scheduleId, ScheduleStatus fromStatus, ScheduleStatus toStatus)'.
Analyze (csharp): src/ScheduledTasks/Entity/Schedule.cs#L43
Cannot convert null literal to non-nullable reference type.
Analyze (csharp): src/ScheduledTasks/Client/WaitOptions.cs#L29
The property's documentation summary text should begin with: 'Gets a value indicating whether' (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1623.md)
Analyze (csharp): src/ScheduledTasks/Entity/Schedule.cs#L37
Possible null reference argument for parameter 'scheduleId' in 'ScheduleInvalidTransitionException.ScheduleInvalidTransitionException(string scheduleId, ScheduleStatus fromStatus, ScheduleStatus toStatus)'.
Analyze (csharp): src/ScheduledTasks/Entity/Schedule.cs#L43
Cannot convert null literal to non-nullable reference type.
Analyze (csharp): src/ScheduledTasks/Client/WaitOptions.cs#L29
The property's documentation summary text should begin with: 'Gets a value indicating whether' (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1623.md)