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 8: Tooling to identify reference packages used in source-build for a repo #3013

Closed
mmitche opened this issue Aug 29, 2022 · 3 comments
Closed
Labels
area-arcade Common Arcade source-build infra

Comments

@mmitche
Copy link
Member

mmitche commented Aug 29, 2022

Describe the Problem

In order to satisfy #2901, we need ways to identify the reference packages currently in use when a repository is built from source, and what code path is pulling those reference packages in.

Describe the Solution

Create tooling to identify the reference packages that are required by a repo source build. The report should include:

  • The list of source build reference packages
  • How each package is brought in.

Additional Context

This helps drive the TFM reduction.

@dotnet-issue-labeler
Copy link

I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label.

This was referenced Aug 29, 2022
@MichaelSimons MichaelSimons added area-arcade Common Arcade source-build infra and removed untriaged labels Sep 8, 2022
@MichaelSimons
Copy link
Member

[Triage] @mmitche - we completed the full FX TFM trimming without this. Is there still a need for this tooling?

@mmitche
Copy link
Member Author

mmitche commented Jun 15, 2023

Nope! And really, I think you could do this simply by removing the SBRP reference and building.

@mmitche mmitche closed this as completed Jun 15, 2023
@mmitche mmitche closed this as not planned Won't fix, can't repro, duplicate, stale Jun 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-arcade Common Arcade source-build infra
Projects
Archived in project
Development

No branches or pull requests

2 participants