Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update VSSDK and Gladstone versions #75594

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Update VSSDK and Gladstone versions

ddadc52
Select commit
Loading
Failed to load commit list.
Draft

Update VSSDK and Gladstone versions #75594

Update VSSDK and Gladstone versions
ddadc52
Select commit
Loading
Failed to load commit list.
Azure Pipelines / roslyn-CI (Correctness Correctness_Determinism) failed Oct 23, 2024 in 14m 7s

Correctness Correctness_Determinism failed

Annotations

Check failure on line 279 in src\VisualStudio\Core\Def\RoslynPackage.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / roslyn-CI (Correctness Correctness_Determinism)

src\VisualStudio\Core\Def\RoslynPackage.cs#L279

src\VisualStudio\Core\Def\RoslynPackage.cs(279,34): error CS8600: (NETCORE_ENGINEERING_TELEMETRY=Build) Converting null literal or possible null value to non-nullable type.

Check failure on line 280 in src\VisualStudio\Core\Def\RoslynPackage.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / roslyn-CI (Correctness Correctness_Determinism)

src\VisualStudio\Core\Def\RoslynPackage.cs#L280

src\VisualStudio\Core\Def\RoslynPackage.cs(280,53): error CS8604: (NETCORE_ENGINEERING_TELEMETRY=Build) Possible null reference argument for parameter 'menuCommandService' in 'void StackTraceExplorerCommandHandler.Initialize(OleMenuCommandService menuCommandService, RoslynPackage package)'.

Check failure on line 34 in src\VisualStudio\Core\Def\LanguageService\AbstractPackage.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / roslyn-CI (Correctness Correctness_Determinism)

src\VisualStudio\Core\Def\LanguageService\AbstractPackage.cs#L34

src\VisualStudio\Core\Def\LanguageService\AbstractPackage.cs(34,47): error CS8600: (NETCORE_ENGINEERING_TELEMETRY=Build) Converting null literal or possible null value to non-nullable type.

Check failure on line 81 in src\EditorFeatures\TestUtilities\StubSettingsManagerHost.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / roslyn-CI (Correctness Correctness_Determinism)

src\EditorFeatures\TestUtilities\StubSettingsManagerHost.cs#L81

src\EditorFeatures\TestUtilities\StubSettingsManagerHost.cs(81,40): error CS0539: (NETCORE_ENGINEERING_TELEMETRY=Build) 'StubSettingsManagerHost.GetServiceStreamAsync(string, CancellationToken)' in explicit interface declaration is not found among members of the interface that can be implemented

Check failure on line 18 in src\EditorFeatures\TestUtilities\StubSettingsManagerHost.cs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / roslyn-CI (Correctness Correctness_Determinism)

src\EditorFeatures\TestUtilities\StubSettingsManagerHost.cs#L18

src\EditorFeatures\TestUtilities\StubSettingsManagerHost.cs(18,49): error CS0535: (NETCORE_ENGINEERING_TELEMETRY=Build) 'StubSettingsManagerHost' does not implement interface member 'ISettingsManagerHost5.GetServiceStreamAsync(CancellationToken)'