Fix race condition on stop #300
Annotations
5 errors and 12 warnings
test/WorkflowCore.Tests.Sqlite/Scenarios/SqliteStopScenario.cs#L14
An object reference is required for the non-static field, method, or property 'SqliteSetup.ConnectionString'
|
test/WorkflowCore.Tests.Sqlite/Scenarios/SqliteStopScenario.cs#L14
An object reference is required for the non-static field, method, or property 'SqliteSetup.ConnectionString'
|
test/WorkflowCore.Tests.Sqlite/Scenarios/SqliteStopScenario.cs#L14
An object reference is required for the non-static field, method, or property 'SqliteSetup.ConnectionString'
|
test/WorkflowCore.Tests.Sqlite/Scenarios/SqliteStopScenario.cs#L14
An object reference is required for the non-static field, method, or property 'SqliteSetup.ConnectionString'
|
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@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/WorkflowCore/Services/DefaultProviders/TransientMemoryPersistenceProvider.cs#L43
'IWorkflowRepository.GetWorkflowInstances(WorkflowStatus?, string, DateTime?, DateTime?, int, int)' is obsolete
|
src/samples/WorkflowCore.Sample02/SimpleDecisionWorkflow.cs#L20
'IStepBuilder<object, RandomOutput>.When(object, string)' is obsolete
|
src/samples/WorkflowCore.Sample02/SimpleDecisionWorkflow.cs#L29
'IStepBuilder<object, RandomOutput>.When(object, string)' is obsolete
|
src/samples/WorkflowCore.Sample02/SimpleDecisionWorkflow.cs#L20
'IStepBuilder<object, RandomOutput>.When(object, string)' is obsolete
|
src/samples/WorkflowCore.Sample02/SimpleDecisionWorkflow.cs#L29
'IStepBuilder<object, RandomOutput>.When(object, string)' is obsolete
|
src/samples/WorkflowCore.Sample06/MultipleOutcomeWorkflow.cs#L16
'IStepBuilder<object, RandomOutput>.When(object, string)' is obsolete
|
src/samples/WorkflowCore.Sample06/MultipleOutcomeWorkflow.cs#L16
'IStepBuilder<object, RandomOutput>.When(object, string)' is obsolete
|
src/samples/WorkflowCore.Sample06/MultipleOutcomeWorkflow.cs#L16
'IStepBuilder<object, RandomOutput>.When(object, string)' is obsolete
|
src/samples/WorkflowCore.Sample06/MultipleOutcomeWorkflow.cs#L16
'IStepBuilder<object, RandomOutput>.When(object, string)' is obsolete
|
src/samples/WorkflowCore.Sample03/Steps/AddNumbers.cs#L18
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
The logs for this run have expired and are no longer available.
Loading