Activity: fix for token streams clearing delay #29
Annotations
11 warnings
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Core/Stateflows.Testing/Activities/Cradle/Context/TypedActionContext.cs#L13
Field 'TypedActionContext.cancellationToken' is never assigned to, and will always have its default value
|
Tests/StateMachine/StateMachine.IntegrationTests/Classes/StateMachines/TypedValue.cs#L7
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.
|
Tests/StateMachine/StateMachine.IntegrationTests/Tests/Context.cs#L33
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.
|
Tests/StateMachine/StateMachine.IntegrationTests/Tests/Context.cs#L37
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.
|
Tests/StateMachine/StateMachine.IntegrationTests/Tests/Concurrency.cs#L46
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.
|
Tests/StateMachine/StateMachine.IntegrationTests/Tests/Concurrency.cs#L61
The variable 'initialized' is assigned but its value is never used
|
Tests/StateMachine/StateMachine.IntegrationTests/Tests/Concurrency.cs#L62
The variable 'currentState1' is assigned but its value is never used
|
Tests/StateMachine/StateMachine.IntegrationTests/Tests/Concurrency.cs#L63
The variable 'someStatus1' is assigned but its value is never used
|
Tests/StateMachine/StateMachine.IntegrationTests/Tests/Behaviors.cs#L62
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.
|
Tests/StateMachine/StateMachine.IntegrationTests/Tests/Concurrency.cs#L87
The variable 'initialized' is assigned but its value is never used
|
This job succeeded
Loading