This repository has been archived by the owner on Dec 5, 2024. It is now read-only.
Bump ConcurrentHashSet from 1.1.0 to 1.3.0 #60
Annotations
11 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build:
src/WorkflowCore/Services/DefaultProviders/TransientMemoryPersistenceProvider.cs#L43
'IWorkflowRepository.GetWorkflowInstances(WorkflowStatus?, string, DateTime?, DateTime?, int, int)' is obsolete
|
Build:
src/WorkflowCore/Primitives/Activity.cs#L24
The result of the expression is always 'true' since a value of type 'DateTime' is never equal to 'null' of type 'DateTime?'
|
Build:
src/WorkflowCore/Primitives/WaitFor.cs#L23
The result of the expression is always 'true' since a value of type 'DateTime' is never equal to 'null' of type 'DateTime?'
|
Build:
src/providers/WorkflowCore.Persistence.RavenDB/Services/RavendbPersistenceProvider.cs#L217
The variable 'e' is declared but never used
|
Build:
src/providers/WorkflowCore.Persistence.RavenDB/Services/RavendbPersistenceProvider.cs#L243
Re-throwing caught exception changes stack information (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2200)
|
Build:
src/samples/WorkflowCore.Sample02/SimpleDecisionWorkflow.cs#L20
'IStepBuilder<object, RandomOutput>.When(object, string)' is obsolete
|
Build:
src/samples/WorkflowCore.Sample02/SimpleDecisionWorkflow.cs#L29
'IStepBuilder<object, RandomOutput>.When(object, string)' is obsolete
|
Build:
src/providers/WorkflowCore.LockProviders.SqlServer/SqlLockProvider.cs#L83
Re-throwing caught exception changes stack information (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2200)
|
Build:
src/extensions/WorkflowCore.WebAPI/Controllers/WorkflowsController.cs#L34
'IWorkflowRepository.GetWorkflowInstances(WorkflowStatus?, string, DateTime?, DateTime?, int, int)' is obsolete
|
Build:
src/samples/WorkflowCore.Sample06/MultipleOutcomeWorkflow.cs#L16
'IStepBuilder<object, RandomOutput>.When(object, string)' is obsolete
|
The logs for this run have expired and are no longer available.
Loading