Skip to content

Conversation

dotnet-sb-bot
Copy link
Contributor

Source-build updates for the .NET / 9.0.100-rc.1.24452.1 September 2024 release.

@dotnet-sb-bot dotnet-sb-bot requested review from a team as code owners September 11, 2024 21:00
@ghost ghost added Area-Infrastructure untriaged Request triage from a team member labels Sep 11, 2024
@NikolaMilosavljevic
Copy link
Member

Investigating.

@NikolaMilosavljevic
Copy link
Member

/backport to release/9.0.1xx

Copy link
Contributor

Started backporting to release/9.0.1xx: https://github.com/dotnet/sdk/actions/runs/10838368589

@NikolaMilosavljevic
Copy link
Member

Started backport to release/9.0.1xx as that PR is higher priority and will likely need different changes, or no additional changes at all.

@NikolaMilosavljevic
Copy link
Member

This is blocked by #43061

Package versioning for runtime packages is older than what was used in RC1 build we are using for bootstrap.

The build fails in roslyn-analyzers repo. This repo is built before roslyn, so it resolves MicrosoftCodeAnalysis from PSB. This package has a dependency on System.Composition with RC1 version 9.0.0-rc.1.24431.7. The project has a direct dependency on this package so it picks the live-built one, even though it is older than the version in PSB. Builds in main produce this and other runtime packages with version 9.0.0-rc.1.24414.5, as runtime has not flowed to main in a while.

/src/git/dotnet/src/roslyn-analyzers/src/Tools/GenerateDocumentationAndConfigFilesForBrokenRuntime/GenerateDocumentationAndConfigFilesForBrokenRuntime.csproj error NU1605: Warning As Error: Detected package downgrade: System.Composition from 9.0.0-rc.1.24431.7 to 9.0.0-rc.1.24414.5. Reference the package directly from the project to select a different version. 
 GenerateDocumentationAndConfigFilesForBrokenRuntime -> Microsoft.CodeAnalysis 4.12.0-2.24422.8 -> System.Composition (>= 9.0.0-rc.1.24431.7) 
 GenerateDocumentationAndConfigFilesForBrokenRuntime -> System.Composition (>= 9.0.0-rc.1.24414.5) [/src/git/dotnet/src/roslyn-analyzers/RoslynAnalyzers.sln]

@MichaelSimons
Copy link
Member

This is obsolete. Main will need to be rebootstrapped with a net 10.0 SDK.

@MichaelSimons MichaelSimons deleted the sep2024-source-build-1726088426 branch October 10, 2024 14:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Area-Infrastructure untriaged Request triage from a team member

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants