feat: add test run settings and small fixes #16
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/bp/RequestExecutionQueue.cs#L317
Cancel synchronously blocks. Await CancelAsync instead. (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD103.md)
|
build (ubuntu-latest):
src/bp/RequestExecutionQueue.cs#L230
Cancel synchronously blocks. Await CancelAsync instead. (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD103.md)
|
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#L317
Cancel synchronously blocks. Await CancelAsync instead. (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD103.md)
|
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/bp/RequestExecutionQueue.cs#L230
Cancel synchronously blocks. Await CancelAsync instead. (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD103.md)
|
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.
|