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_Determinism) failed Nov 5, 2024 in 12m 56s

Correctness Correctness_Determinism 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_Determinism)

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_Determinism)

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).