fix(#4): build target uri for windows #12
Annotations
10 warnings
Build:
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:
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:
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:
src/bp/RequestExecutionQueue.cs#L317
Cancel synchronously blocks. Await CancelAsync instead. (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD103.md)
|
Build:
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:
src/bp/RequestExecutionQueue.cs#L230
Cancel synchronously blocks. Await CancelAsync instead. (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD103.md)
|
Build:
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:
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:
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:
src/bp/RequestExecutionQueue.cs#L317
Cancel synchronously blocks. Await CancelAsync instead. (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD103.md)
|
Loading