Skip to content

Build and Test

Build and Test #1666

Triggered via schedule September 18, 2024 00:12
Status Failure
Total duration 11m 19s
Artifacts 3

Build-And-Test.yml

on: schedule
Matrix: windows_vs_build
Fit to window
Zoom out
Zoom in

Annotations

1 error and 30 warnings
osx_build
Process completed with exit code 1.
windows_vs_build (Debug): src/MIDebugPackage/MIDebugPackagePackage.cs#L324
Accessing "IVsCommandWindow" should only be done on the main thread. Await JoinableTaskFactory.SwitchToMainThreadAsync() first. (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD010.md)
windows_vs_build (Debug): src/MIDebugPackage/MIDebugPackagePackage.cs#L324
Accessing "Package" should only be done on the main thread. Await JoinableTaskFactory.SwitchToMainThreadAsync() first. (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD010.md)
windows_vs_build (Debug): src/MIDebugPackage/MIDebugPackagePackage.cs#L330
Accessing "IVsDebugger" should only be done on the main thread. Await JoinableTaskFactory.SwitchToMainThreadAsync() first. (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD010.md)
windows_vs_build (Debug): src/MIDebugPackage/MIDebugPackagePackage.cs#L330
Accessing "Package" should only be done on the main thread. Await JoinableTaskFactory.SwitchToMainThreadAsync() first. (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD010.md)
windows_vs_build (Debug): src/MIDebugPackage/MIDebugPackagePackage.cs#L334
Accessing "IVsDebugger" should only be done on the main thread. Await JoinableTaskFactory.SwitchToMainThreadAsync() first. (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD010.md)
windows_vs_build (Debug): src/MIDebugPackage/MIDebugPackagePackage.cs#L346
Accessing "IVsCommandWindow" should only be done on the main thread. Await JoinableTaskFactory.SwitchToMainThreadAsync() first. (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD010.md)
windows_vs_build (Debug): src/MIDebugPackage/MIDebugPackagePackage.cs#L365
Accessing "IVsCommandWindow" should only be done on the main thread. Await JoinableTaskFactory.SwitchToMainThreadAsync() first. (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD010.md)
windows_vs_build (Release): src/MIDebugPackage/MIDebugPackagePackage.cs#L324
Accessing "IVsCommandWindow" should only be done on the main thread. Await JoinableTaskFactory.SwitchToMainThreadAsync() first. (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD010.md)
windows_vs_build (Release): src/MIDebugPackage/MIDebugPackagePackage.cs#L324
Accessing "Package" should only be done on the main thread. Await JoinableTaskFactory.SwitchToMainThreadAsync() first. (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD010.md)
windows_vs_build (Release): src/MIDebugPackage/MIDebugPackagePackage.cs#L330
Accessing "IVsDebugger" should only be done on the main thread. Await JoinableTaskFactory.SwitchToMainThreadAsync() first. (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD010.md)
windows_vs_build (Release): src/MIDebugPackage/MIDebugPackagePackage.cs#L330
Accessing "Package" should only be done on the main thread. Await JoinableTaskFactory.SwitchToMainThreadAsync() first. (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD010.md)
windows_vs_build (Release): src/MIDebugPackage/MIDebugPackagePackage.cs#L334
Accessing "IVsDebugger" should only be done on the main thread. Await JoinableTaskFactory.SwitchToMainThreadAsync() first. (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD010.md)
windows_vs_build (Release): src/MIDebugPackage/MIDebugPackagePackage.cs#L346
Accessing "IVsCommandWindow" should only be done on the main thread. Await JoinableTaskFactory.SwitchToMainThreadAsync() first. (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD010.md)
windows_vs_build (Release): src/MIDebugPackage/MIDebugPackagePackage.cs#L365
Accessing "IVsCommandWindow" should only be done on the main thread. Await JoinableTaskFactory.SwitchToMainThreadAsync() first. (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD010.md)
windows_vscode_build: src/DebugEngineHost/HostOutputWindow.cs#L72
Await/join tasks created from ThreadHelper.JoinableTaskFactory.RunAsync (https://github.com/Microsoft/VSSDK-Analyzers/blob/main/doc/VSSDK007.md)
windows_vscode_build: src/SSHDebugPS/VsOutputWindowWrapper.cs#L73
Await/join tasks created from ThreadHelper.JoinableTaskFactory.RunAsync (https://github.com/Microsoft/VSSDK-Analyzers/blob/main/doc/VSSDK007.md)
windows_vscode_build: src/SSHDebugPS/VsOutputWindowWrapper.cs#L73
Await/join tasks created from ThreadHelper.JoinableTaskFactory.RunAsync (https://github.com/Microsoft/VSSDK-Analyzers/blob/main/doc/VSSDK007.md)
windows_vscode_build: src/MIDebugPackage/MIDebugPackagePackage.cs#L324
Accessing "IVsCommandWindow" should only be done on the main thread. Await JoinableTaskFactory.SwitchToMainThreadAsync() first. (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD010.md)
windows_vscode_build: src/MIDebugPackage/MIDebugPackagePackage.cs#L324
Accessing "Package" should only be done on the main thread. Await JoinableTaskFactory.SwitchToMainThreadAsync() first. (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD010.md)
windows_vscode_build: src/MIDebugPackage/MIDebugPackagePackage.cs#L330
Accessing "IVsDebugger" should only be done on the main thread. Await JoinableTaskFactory.SwitchToMainThreadAsync() first. (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD010.md)
windows_vscode_build: src/MIDebugPackage/MIDebugPackagePackage.cs#L330
Accessing "Package" should only be done on the main thread. Await JoinableTaskFactory.SwitchToMainThreadAsync() first. (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD010.md)
windows_vscode_build: src/MIDebugPackage/MIDebugPackagePackage.cs#L334
Accessing "IVsDebugger" should only be done on the main thread. Await JoinableTaskFactory.SwitchToMainThreadAsync() first. (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD010.md)
windows_vscode_build: src/MIDebugPackage/MIDebugPackagePackage.cs#L346
Accessing "IVsCommandWindow" should only be done on the main thread. Await JoinableTaskFactory.SwitchToMainThreadAsync() first. (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD010.md)
windows_vscode_build: src/MIDebugPackage/MIDebugPackagePackage.cs#L365
Accessing "IVsCommandWindow" should only be done on the main thread. Await JoinableTaskFactory.SwitchToMainThreadAsync() first. (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD010.md)

Artifacts

Produced during runtime
Name Size
linux_x64_results
729 KB
osx_x64_results
558 KB
win_msys2_x64_results
929 KB