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

Pass runningProject to GetUpdateAsync and get projectToRebuild and projectToRestart back #75503

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Update EditAndContinueLanguageService.cs

16fa2fd
Select commit
Loading
Failed to load commit list.
Open

Pass runningProject to GetUpdateAsync and get projectToRebuild and projectToRestart back #75503

Update EditAndContinueLanguageService.cs
16fa2fd
Select commit
Loading
Failed to load commit list.
Azure Pipelines / roslyn-CI (Correctness Correctness_Bootstrap_Build_Default) failed Nov 5, 2024 in 19m 45s

Correctness Correctness_Bootstrap_Build_Default failed

Annotations

Check failure on line 84 in src\Features\Core\Portable\EditAndContinue\EmitSolutionUpdateResults.cs

See this annotation in the file changed.

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

src\Features\Core\Portable\EditAndContinue\EmitSolutionUpdateResults.cs#L84

src\Features\Core\Portable\EditAndContinue\EmitSolutionUpdateResults.cs(84,17): error CS8622: (NETCORE_ENGINEERING_TELEMETRY=Build) Nullability of reference types in type of parameter 'projectId' of 'Project ISolutionExtensions.GetRequiredProject(Solution solution, ProjectId projectId)' doesn't match the target delegate 'Func<ProjectId?, Project>' (possibly because of nullability attributes).

Check failure on line 84 in src\Features\Core\Portable\EditAndContinue\EmitSolutionUpdateResults.cs

See this annotation in the file changed.

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

src\Features\Core\Portable\EditAndContinue\EmitSolutionUpdateResults.cs#L84

src\Features\Core\Portable\EditAndContinue\EmitSolutionUpdateResults.cs(84,17): error CS8622: (NETCORE_ENGINEERING_TELEMETRY=Build) Nullability of reference types in type of parameter 'projectId' of 'Project ISolutionExtensions.GetRequiredProject(Solution solution, ProjectId projectId)' doesn't match the target delegate 'Func<ProjectId?, Project>' (possibly because of nullability attributes).

Check failure on line 534 in Build log

See this annotation in the file changed.

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

Build log #L534

How to investigate bootstrap failures: https://github.com/dotnet/roslyn/blob/main/docs/contributing/Bootstrap%20Builds.md#Investigating

Check failure on line 539 in Build log

See this annotation in the file changed.

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

Build log #L539

PowerShell exited with code '1'.