Skip to content

Fix task completion #87

Fix task completion

Fix task completion #87

Triggered via pull request February 8, 2024 07:00
Status Failure
Total duration 5m 50s
Artifacts

pull_request.yml

on: pull_request
Matrix: build / build
Fit to window
Zoom out
Zoom in

Annotations

1 error and 13 warnings
build / Build windows-latest
Process completed with exit code 1.
build / Build windows-latest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v2, microsoft/[email protected], actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build / Build windows-latest
The following actions uses node12 which is deprecated and will be forced to run on node16: microsoft/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build / Build windows-latest: MonoDevelop.Xml/Editor/Completion/XmlCompletionTriggerContext.cs#L30
Non-nullable property 'NodePath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build / Build windows-latest: MonoDevelop.MSBuild.Editor.VisualStudio/PackageConsts.cs#L11
The type 'ThisAssembly' in 'D:\a\MonoDevelop.MSBuildEditor\MonoDevelop.MSBuildEditor\MonoDevelop.MSBuild.Editor.VisualStudio\obj\Debug\net48\MonoDevelop.MSBuild.Editor.VisualStudio.Version.cs' conflicts with the imported type 'ThisAssembly' in 'MonoDevelop.MSBuild.Editor, Version=2.9.0.0, Culture=neutral, PublicKeyToken=abc7a8e303966984'. Using the type defined in 'D:\a\MonoDevelop.MSBuildEditor\MonoDevelop.MSBuildEditor\MonoDevelop.MSBuild.Editor.VisualStudio\obj\Debug\net48\MonoDevelop.MSBuild.Editor.VisualStudio.Version.cs'.
build / Build windows-latest: MonoDevelop.MSBuild.Editor.VisualStudio/Logging/MSBuildEditorExtensionTelemetry.cs#L33
The type 'ThisAssembly' in 'D:\a\MonoDevelop.MSBuildEditor\MonoDevelop.MSBuildEditor\MonoDevelop.MSBuild.Editor.VisualStudio\obj\Debug\net48\MonoDevelop.MSBuild.Editor.VisualStudio.Version.cs' conflicts with the imported type 'ThisAssembly' in 'MonoDevelop.MSBuild.Editor, Version=2.9.0.0, Culture=neutral, PublicKeyToken=abc7a8e303966984'. Using the type defined in 'D:\a\MonoDevelop.MSBuildEditor\MonoDevelop.MSBuildEditor\MonoDevelop.MSBuild.Editor.VisualStudio\obj\Debug\net48\MonoDevelop.MSBuild.Editor.VisualStudio.Version.cs'.
build / Build windows-latest: MonoDevelop.MSBuild.Editor.VisualStudio/RoslynImport/Interop/WrapperPolicy.cs#L20
Accessing "IComWrapperFactory" 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 / Build windows-latest: MonoDevelop.MSBuild.Editor.VisualStudio/RoslynImport/Interop/WrapperPolicy.cs#L22
Accessing "IComWrapperFactory" 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 / Build windows-latest: MonoDevelop.MSBuild.Editor.VisualStudio/RoslynImport/Interop/ComEventSink.cs#L26
Accessing "IConnectionPointContainer" 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 / Build windows-latest: MonoDevelop.MSBuild.Editor.VisualStudio/RoslynImport/Interop/ComEventSink.cs#L32
Accessing "IConnectionPoint" 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 / Build windows-latest
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/