feat: Schedule Support #190
Triggered via pull request
February 21, 2025 06:26
Status
Success
Total duration
10m 48s
Artifacts
–
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/Models/ScheduleActivityLog.cs#L56
File is required to end with a single newline character (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1518.md)
|
|
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/Models/ScheduleOperationStatus.cs#L19
Use trailing comma in multi-line initializers (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1413.md)
|
|
Analyze (csharp):
src/ScheduledTasks/Entity/Schedule.cs#L186
The documentation for parameter 'context' is missing (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1611.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/Models/ScheduleActivityLog.cs#L56
File is required to end with a single newline character (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1518.md)
|
|
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)
|