merged changes #46
Annotations
2 errors and 7 warnings
src/WorkflowEngine.Core/ActionExecutor.cs#L1
Conditional expression is not valid in language version 8.0 because a common type was not found between 'TimeSpan' and '<null>'. To use a target-typed conversion, upgrade to language version 9.0 or greater. [D:\a\WorkflowEngine\WorkflowEngine\src\WorkflowEngine.Core\WorkflowEngine.Core.csproj]
|
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
src/WorkflowEngine.Core/DefaultOutputsRepository.cs#L1
Unreachable code detected [D:\a\WorkflowEngine\WorkflowEngine\src\WorkflowEngine.Core\WorkflowEngine.Core.csproj]
|
src/WorkflowEngine.Core/ActionExecutor.cs#L1
The variable 'exx' is declared but never used [D:\a\WorkflowEngine\WorkflowEngine\src\WorkflowEngine.Core\WorkflowEngine.Core.csproj]
|
src/WorkflowEngine.Core/ActionExecutor.cs#L1
The variable 'exx' is declared but never used [D:\a\WorkflowEngine\WorkflowEngine\src\WorkflowEngine.Core\WorkflowEngine.Core.csproj]
|
src/WorkflowEngine.Core/DefaultOutputsRepository.cs#L1
Unreachable code detected [D:\a\WorkflowEngine\WorkflowEngine\src\WorkflowEngine.Core\WorkflowEngine.Core.csproj]
|
src/WorkflowEngine.Hangfire/WorkflowStarterBackgroundJob.cs#L1
'RecurringJobManagerExtensions.AddOrUpdate<T>(IRecurringJobManager, string, Expression<Action<T>>, string, TimeZoneInfo, string)' is obsolete: 'Please use the AddOrUpdate<T>(string, Expression<Action<T>>, string, RecurringJobOptions) extension method instead. Will be removed in 2.0.0.' [D:\a\WorkflowEngine\WorkflowEngine\src\WorkflowEngine.Hangfire\WorkflowEngine.Hangfire.csproj]
|
src/WorkflowEngine.Hangfire/HangfireWorkflowExecutor.cs#L1
The variable 'ex' is declared but never used [D:\a\WorkflowEngine\WorkflowEngine\src\WorkflowEngine.Hangfire\WorkflowEngine.Hangfire.csproj]
|
The logs for this run have expired and are no longer available.
Loading