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

dotnet/sdk's non-incremental build is slow #47653

Open
ViktorHofer opened this issue Mar 17, 2025 · 0 comments
Open

dotnet/sdk's non-incremental build is slow #47653

ViktorHofer opened this issue Mar 17, 2025 · 0 comments
Milestone

Comments

@ViktorHofer
Copy link
Member

  1. sdk restores runtime pack for 6.0, 7.0, 8.0 and 9.0 which I never need as I don't run the repo tests. It would be great to just-in-time bring those in when tests are run.
  2. sdk restores and builds test projects. It would be great to be able to only build the product, like in other repositories, i.e. runtime. slnx might help here. If slnx would allow to reference other .slnx files, there could be a product .slnx file and a tests .slnx file. cc @baronfel

Due to the two above problems, my sdk build (build.cmd) takes ~40-50% longer than necessary.

@dotnet-issue-labeler dotnet-issue-labeler bot added Area-NetSDK untriaged Request triage from a team member labels Mar 17, 2025
@marcpopMSFT marcpopMSFT removed the untriaged Request triage from a team member label Mar 25, 2025
@marcpopMSFT marcpopMSFT added this to the 10.0.1xx milestone Mar 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants