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

Microsoft.CodeAnalysis prebuilts in aspnetcore #3434

Closed
MichaelSimons opened this issue May 11, 2023 · 4 comments
Closed

Microsoft.CodeAnalysis prebuilts in aspnetcore #3434

MichaelSimons opened this issue May 11, 2023 · 4 comments
Assignees
Labels
area-prebuilts Reducing the number of prebuilt packages in the tarball untriaged

Comments

@MichaelSimons
Copy link
Member

Latest internal CI build is reporting a number of Microsoft.CodeAnalysis prebuilts coming from aspnetcore.

Microsoft.CodeAnalysis.Analyzers.3.3.3
Microsoft.CodeAnalysis.Common.4.5.0
Microsoft.CodeAnalysis.CSharp.4.5.0

Looks like new SBRPs are needed. When fixing a follow-up is to determine why these were not caught within the aspnetcore repo's source build leg that has prebuilt detection enabled.

@mthalman
Copy link
Member

Caused from the changes in dotnet/aspnetcore#48179.

@mthalman
Copy link
Member

Corresponding PR in aspnetcore to clean up prebuilt baseline: dotnet/aspnetcore#48212

@github-project-automation github-project-automation bot moved this from In Progress to Done in .NET Source Build May 12, 2023
@eerhardt
Copy link
Member

@mthalman
Copy link
Member

Yeah, I think so. You still need to be pinned to an older version due to the mismatch between the SDK version in the aspnetcore repo versus the installer repo, unfortunately.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-prebuilts Reducing the number of prebuilt packages in the tarball untriaged
Projects
Archived in project
Development

No branches or pull requests

3 participants