Skip to content

feat: add test run settings and small fixes #16

feat: add test run settings and small fixes

feat: add test run settings and small fixes #16

Triggered via pull request February 16, 2025 22:03
Status Failure
Total duration 2m 51s
Artifacts

dotnet-ci.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

1 error and 20 warnings
build (windows-latest)
Process completed with exit code 1.
build (ubuntu-latest): src/bp/Server/AbstractBaseProtocolServer.cs#L213
Avoid awaiting or returning a Task representing work that was not started within your context as that can lead to deadlocks.
build (ubuntu-latest): src/bp/QueueItem.cs#L188
Avoid awaiting or returning a Task representing work that was not started within your context as that can lead to deadlocks.
build (ubuntu-latest): src/bp/RequestExecutionQueue.cs#L309
Avoid awaiting or returning a Task representing work that was not started within your context as that can lead to deadlocks.
build (ubuntu-latest): src/bp/RequestExecutionQueue.cs#L347
Avoid awaiting or returning a Task representing work that was not started within your context as that can lead to deadlocks.
build (ubuntu-latest): src/bsp-server/Handlers/BuildTargetTestHandler.cs#L73
Argument of type 'Dictionary<string, JObject?>' cannot be used for parameter 'projectTargets' of type 'Dictionary<string, JObject>' in 'void BuildTargetTestHandler.HandleProject(TestParams testParams, ProjectCollection projects, string projectFile, Dictionary<string, JObject> projectTargets)' due to differences in the nullability of reference types.
build (ubuntu-latest): src/bsp-server/Handlers/BuildTargetTestHandler.cs#L78
Argument of type 'Dictionary<string, JObject?>' cannot be used for parameter 'projectTargets' of type 'Dictionary<string, JObject>' in 'void BuildTargetTestHandler.HandleProject(TestParams testParams, ProjectCollection projects, string projectFile, Dictionary<string, JObject> projectTargets)' due to differences in the nullability of reference types.
build (ubuntu-latest): src/bp/Server/AbstractBaseProtocolServer.cs#L213
Avoid awaiting or returning a Task representing work that was not started within your context as that can lead to deadlocks.
build (ubuntu-latest): src/bp/QueueItem.cs#L188
Avoid awaiting or returning a Task representing work that was not started within your context as that can lead to deadlocks.
build (windows-latest): src/bp/Server/AbstractBaseProtocolServer.cs#L213
Avoid awaiting or returning a Task representing work that was not started within your context as that can lead to deadlocks.
build (windows-latest): src/bp/QueueItem.cs#L188
Avoid awaiting or returning a Task representing work that was not started within your context as that can lead to deadlocks.
build (windows-latest): src/bp/RequestExecutionQueue.cs#L309
Avoid awaiting or returning a Task representing work that was not started within your context as that can lead to deadlocks.
build (windows-latest): src/bp/RequestExecutionQueue.cs#L347
Avoid awaiting or returning a Task representing work that was not started within your context as that can lead to deadlocks.
build (windows-latest): src/bsp-server/Handlers/BuildTargetTestHandler.cs#L73
Argument of type 'Dictionary<string, JObject?>' cannot be used for parameter 'projectTargets' of type 'Dictionary<string, JObject>' in 'void BuildTargetTestHandler.HandleProject(TestParams testParams, ProjectCollection projects, string projectFile, Dictionary<string, JObject> projectTargets)' due to differences in the nullability of reference types.
build (windows-latest): src/bsp-server/Handlers/BuildTargetTestHandler.cs#L78
Argument of type 'Dictionary<string, JObject?>' cannot be used for parameter 'projectTargets' of type 'Dictionary<string, JObject>' in 'void BuildTargetTestHandler.HandleProject(TestParams testParams, ProjectCollection projects, string projectFile, Dictionary<string, JObject> projectTargets)' due to differences in the nullability of reference types.
build (windows-latest): src/bp/Server/AbstractBaseProtocolServer.cs#L213
Avoid awaiting or returning a Task representing work that was not started within your context as that can lead to deadlocks.
build (windows-latest): src/bp/QueueItem.cs#L188
Avoid awaiting or returning a Task representing work that was not started within your context as that can lead to deadlocks.