Skip to content

Docs URLs in tooltips, update schemas, fix warnings #66

Docs URLs in tooltips, update schemas, fix warnings

Docs URLs in tooltips, update schemas, fix warnings #66

Triggered via pull request January 18, 2024 06:17
@mhutchmhutch
synchronize #132
update-schemas
Status Failure
Total duration 5m 1s
Artifacts

pull_request.yml

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

Annotations

1 error and 12 warnings
build / Build windows-latest
Process completed with exit code 1.
build / Build windows-latest
The following actions uses node12 which is deprecated and will be forced to run on node16: microsoft/setup-msbuild@v1.1.0. 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: MonoDevelop.MSBuild.Editor.VisualStudio/RoslynImport/Interop/ComEventSink.cs#L54
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/