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

.NET Source-Build 9.0.100-rc.1.24452.1 September 2024 Updates #43363

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

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
@dotnet-issue-labeler dotnet-issue-labeler bot 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]

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.

2 participants