Skip to content

Feat/events reworked: 0.15.0-alpha #37

Feat/events reworked: 0.15.0-alpha

Feat/events reworked: 0.15.0-alpha #37

Triggered via pull request November 12, 2024 20:04
Status Success
Total duration 1m 1s
Artifacts

dotnet-test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions use a deprecated Node.js version 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/StateMachines/Exceptions/StateMachineOverrideException.cs#L8
'StateMachineOverrideException.StateMachineClass' hides inherited member 'StateMachineDefinitionException.StateMachineClass'. Use the new keyword if hiding was intended.
build: Tests/StateMachine/StateMachine.IntegrationTests/Tests/Activities.cs#L3
The using directive for 'Stateflows.Activities' appeared previously in this namespace
build: Tests/StateMachine/StateMachine.IntegrationTests/Tests/Behaviors.cs#L3
The using directive for 'Stateflows.Activities' appeared previously in this namespace
build: Tests/StateMachine/StateMachine.IntegrationTests/Classes/StateMachines/TypedValue.cs#L9
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/Choices.cs#L40
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/Reset.cs#L26
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#L34
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#L38
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/Composite.cs#L41
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/Composite.cs#L45
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.