Pin nightly builds to macOS-12 #1493
Annotations
5 warnings
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "linux_x64_results", "osx_x64_results", "win_msys2_x64_results".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3, microsoft/[email protected], NuGet/setup-nuget@v1, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build MIDebugEngine:
src/SSHDebugPS/VsOutputWindowWrapper.cs#L121
The symbol 'IVsOutputWindowPane.OutputString(string)' is banned in this project: Use OutputStringThreadSafe instead, which is not any more free-threaded but runs a more limited message pump. Using IVsOutputWindowPaneNoPump.OutputStringNoPump is even better. (https://github.com/dotnet/roslyn-analyzers/blob/master/src/Microsoft.CodeAnalysis.BannedApiAnalyzers/BannedApiAnalyzers.Help.md)
|
Build MIDebugEngine:
src/SSHDebugPS/VsOutputWindowWrapper.cs#L121
The symbol 'IVsOutputWindowPane.OutputString(string)' is banned in this project: Use OutputStringThreadSafe instead, which is not any more free-threaded but runs a more limited message pump. Using IVsOutputWindowPaneNoPump.OutputStringNoPump is even better. (https://github.com/dotnet/roslyn-analyzers/blob/master/src/Microsoft.CodeAnalysis.BannedApiAnalyzers/BannedApiAnalyzers.Help.md)
|
Build MIDebugEngine:
src/MIDebugPackage/MIDebugPackagePackage.cs#L407
Check whether the result of GetService calls is null. (https://github.com/Microsoft/VSSDK-Analyzers/blob/main/doc/VSSDK006.md)
|
Loading