Skip to content

feat: add test run settings and small fixes #18

feat: add test run settings and small fixes

feat: add test run settings and small fixes #18

Triggered via pull request February 17, 2025 19:48
Status Failure
Total duration 46s
Artifacts

dotnet-ci.yml

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

Annotations

12 errors and 10 warnings
build (ubuntu-latest): test/TestsRelatedEndpointsTests.cs#L44
Required member 'TestCaseDiscoveredData.Id' must be set in the object initializer or attribute constructor.
build (ubuntu-latest): test/TestsRelatedEndpointsTests.cs#L52
Required member 'TestCaseDiscoveredData.Id' must be set in the object initializer or attribute constructor.
build (ubuntu-latest): test/TestsRelatedEndpointsTests.cs#L60
Required member 'TestCaseDiscoveredData.Id' must be set in the object initializer or attribute constructor.
build (ubuntu-latest): test/TestsRelatedEndpointsTests.cs#L75
Required member 'TestCaseDiscoveredData.Id' must be set in the object initializer or attribute constructor.
build (ubuntu-latest): test/TestsRelatedEndpointsTests.cs#L83
Required member 'TestCaseDiscoveredData.Id' must be set in the object initializer or attribute constructor.
build (ubuntu-latest): test/TestsRelatedEndpointsTests.cs#L91
Required member 'TestCaseDiscoveredData.Id' must be set in the object initializer or attribute constructor.
build (ubuntu-latest): test/TestsRelatedEndpointsTests.cs#L106
Required member 'TestCaseDiscoveredData.Id' must be set in the object initializer or attribute constructor.
build (ubuntu-latest): test/TestsRelatedEndpointsTests.cs#L114
Required member 'TestCaseDiscoveredData.Id' must be set in the object initializer or attribute constructor.
build (ubuntu-latest): test/TestsRelatedEndpointsTests.cs#L122
Required member 'TestCaseDiscoveredData.Id' must be set in the object initializer or attribute constructor.
build (ubuntu-latest): test/TestsRelatedEndpointsTests.cs#L44
Required member 'TestCaseDiscoveredData.Id' must be set in the object initializer or attribute constructor.
build (windows-latest)
The job was canceled because "ubuntu-latest" failed.
build (windows-latest)
The operation was canceled.
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.