Skip to content

Build and Test

Build and Test #1688

Triggered via schedule October 5, 2024 00:13
Status Success
Total duration 10m 0s
Artifacts 3

Build-And-Test.yml

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

Annotations

31 warnings
osx_build
A brownout will take place on November 4, 14:00 UTC - November 5, 00:00 UTC to raise awareness of the upcoming macOS-12 environment removal. For more details, see https://github.com/actions/runner-images/issues/10721
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_vs_build (Debug): 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_vs_build (Debug): 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_vs_build (Debug): 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_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_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
726 KB
osx_x64_results
554 KB
win_msys2_x64_results
927 KB