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.
Build Analysis / Build Analysis failed Nov 5, 2024 in 0s

.NET Result Analysis

Details

Tip

To unconditionally bypass the build analysis check (turn it green), you can use the escape mechanism feature. The completion time may vary, potentially taking several minutes, depending on the build analysis workload at the moment.

Build Failures

roslyn-CI / Source_Build / Source-Build (Managed) / Build

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌artifacts/sb/src/src/Features/Core/Portable/EditAndContinue/EmitSolutionUpdateResults.cs(84,17): error CS8622: 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).
    expand to see the full error
      .packages/microsoft.dotnet.arcade.sdk/9.0.0-beta.24516.2/tools/SourceBuild/SourceBuildArcadeBuild.targets(130,5): error MSB3073: The command "/__w/1/s/.dotnet/dotnet msbuild /m /nologo /clp:Summary /v:minimal /nr:false /p:TreatWarningsAsErrors=false /p:ContinuousIntegrationBuild=true /__w/1/s/.packages/microsoft.dotnet.arcade.sdk/9.0.0-beta.24516.2/tools/Build.proj /bl:"/__w/1/s/artifacts/log/Release/Build.binlog" /p:Configuration=Release /p:Projects=/__w/1/s//Roslyn.sln /p:RepoRoot=/__w/1/s/ /p:Restore=true /p:Build=true /p:Rebuild=false /p:Test=false /p:Pack=true /p:Publish=true /p:Sign=false /p:RunAnalyzersDuringBuild=false /p:RestoreUseStaticGraphEvaluation=true /p:BootstrapBuildPath= /p:ContinuousIntegrationBuild=true /p:TreatWarningsAsErrors=true /p:TestRuntimeAdditionalArguments= /p:ROSLYNUSEHARDLINKS=true /p:SourceBuildNonPortable= /p:ArcadeBuildFromSource=true /p:DotNetBuildSourceOnly=true /p:DotNetBuildRepo=true /p:AssetManifestFileName=SourceBuild_Managed.xml -logger:/__w/1/s/.packages/microsoft.dotnet.arcade.sdk/9.0.0-beta.24516.2/tools/net9.0/Microsoft.DotNet.ArcadeLogging.dll /p:Projects="/__w/1/s/artifacts/sb/src/Roslyn.sln" /p:RestoreUseStaticGraphEvaluation=false /p:DotNetBuildInnerRepo=true /p:DotNetBuildSourceOnly=true /p:ArcadeInnerBuildFromSource=true /p:DotNetBuildFromSource=true /p:RepoRoot="/__w/1/s/artifacts/sb/src/" /p:ArtifactsDir="/__w/1/s/artifacts/sb/src/artifacts/" /bl:"/__w/1/s/artifacts/sb/src/artifacts/log/Release/source-inner-build.binlog" /p:ContinuousIntegrationBuild=true /p:SourceBuildOutputDir="/__w/1/s/artifacts/sb/" /p:FullAssemblySigningSupported=false /p:DotNetPublishUsingPipelines=true /p:GitHubRepositoryName=roslyn" exited with code 1.

roslyn-CI / Correctness / Correctness_Analyzers / Build with analyzers

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌src/Features/Core/Portable/EditAndContinue/EmitSolutionUpdateResults.cs(84,17): error CS8622: 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).

roslyn-CI / Correctness / Correctness_Determinism / Build - Validate determinism

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌src\Features\Core\Portable\EditAndContinue\EmitSolutionUpdateResults.cs(84,17): error CS8622: 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).

1 other jobs are failing and were not displayed due to space limitations.
Builds with failures: [roslyn-CI]

Was this helpful? Yes No