Skip to content

no test

no test #11

Triggered via push August 23, 2024 17:30
Status Failure
Total duration 6m 19s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build
Process completed with exit code 1.
build: TemplatesVSIX/Trados/StudioWRPluginProject.cs#L20
Use "Async" suffix in names of methods that return an awaitable type (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD200.md)
build: TemplatesVSIX/ProjectUpdateCommand.cs#L44
Avoid "async void" methods, because any exceptions not handled by the method will crash the process (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD100.md)
build: TemplatesVSIX/Studio/Context.cs#L35
Accessing "StatusBar" should only be done on the main thread. Call Microsoft.VisualStudio.Shell.ThreadHelper.ThrowIfNotOnUIThread() first. (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD010.md)
build: TemplatesVSIX/Studio/Context.cs#L24
Accessing "UIHierarchy" should only be done on the main thread. Call Microsoft.VisualStudio.Shell.ThreadHelper.ThrowIfNotOnUIThread() first. (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD010.md)
build: TemplatesVSIX/Studio/Context.cs#L26
Accessing "UIHierarchyItem" should only be done on the main thread. Call Microsoft.VisualStudio.Shell.ThreadHelper.ThrowIfNotOnUIThread() first. (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD010.md)
build: TemplatesVSIX/Studio/Context.cs#L28
Accessing "Project" should only be done on the main thread. Call Microsoft.VisualStudio.Shell.ThreadHelper.ThrowIfNotOnUIThread() first. (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD010.md)
build: TemplatesVSIX/Studio/Context.cs#L29
Accessing "Project" should only be done on the main thread. Call Microsoft.VisualStudio.Shell.ThreadHelper.ThrowIfNotOnUIThread() first. (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD010.md)
build: TemplatesVSIX/Studio/Context.cs#L42
Await JoinableTaskFactory.SwitchToMainThreadAsync() to switch to the UI thread instead of APIs that can deadlock or require specifying a priority (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD001.md)
build: TemplatesVSIX/Studio/Context.cs#L43
Accessing "IVsOutputWindowPane" should only be done on the main thread. Call Microsoft.VisualStudio.Shell.ThreadHelper.ThrowIfNotOnUIThread() first. (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD010.md)
build: TemplatesVSIX/MsBuild/Backup.cs#L21
Use "Async" suffix in names of methods that return an awaitable type (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD200.md)