Skip to content

Activity: fix for token streams clearing delay #19

Activity: fix for token streams clearing delay

Activity: fix for token streams clearing delay #19

Triggered via pull request July 11, 2024 00:31
Status Success
Total duration 50s
Artifacts

dotnet-test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
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/
build: Core/Stateflows.Testing/Activities/Cradle/Context/TypedActionContext.cs#L13
Field 'TypedActionContext.cancellationToken' is never assigned to, and will always have its default value
build: 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.
build: 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.
build: 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.
build: 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.
build: Tests/StateMachine/StateMachine.IntegrationTests/Tests/Concurrency.cs#L61
The variable 'initialized' is assigned but its value is never used
build: Tests/StateMachine/StateMachine.IntegrationTests/Tests/Concurrency.cs#L62
The variable 'currentState1' is assigned but its value is never used
build: Tests/StateMachine/StateMachine.IntegrationTests/Tests/Concurrency.cs#L63
The variable 'someStatus1' is assigned but its value is never used
build: 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.
build: Tests/StateMachine/StateMachine.IntegrationTests/Tests/Concurrency.cs#L87
The variable 'initialized' is assigned but its value is never used