feat: Schedule Support #195
Triggered via pull request
February 21, 2025 17:45
Status
Success
Total duration
11m 10s
Artifacts
–
Annotations
5 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/ScheduleDescription.cs#L94
Avoid creating a new 'JsonSerializerOptions' instance for every serialization operation. Cache and reuse instances instead. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1869)
|
|
Analyze (csharp):
src/ScheduledTasks/Models/ScheduleDescription.cs#L95
Avoid creating a new 'JsonSerializerOptions' instance for every serialization operation. Cache and reuse instances instead. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1869)
|
|
Analyze (csharp):
src/ScheduledTasks/Models/ScheduleDescription.cs#L94
Avoid creating a new 'JsonSerializerOptions' instance for every serialization operation. Cache and reuse instances instead. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1869)
|
|
Analyze (csharp):
src/ScheduledTasks/Models/ScheduleDescription.cs#L95
Avoid creating a new 'JsonSerializerOptions' instance for every serialization operation. Cache and reuse instances instead. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1869)
|