-
Notifications
You must be signed in to change notification settings - Fork 133
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
Labels
area-arcade
Common Arcade source-build infra
Comments
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
Closed
Closed
Closed
Closed
Closed
Closed
Closed
Closed
Closed
MichaelSimons
added
area-arcade
Common Arcade source-build infra
and removed
untriaged
labels
Sep 8, 2022
Closed
4 tasks
Closed
4 tasks
[Triage] @mmitche - we completed the full FX TFM trimming without this. Is there still a need for this tooling? |
Nope! And really, I think you could do this simply by removing the SBRP reference and building. |
github-project-automation
bot
moved this from Needs Review
to Done
in .NET Source Build
Jun 15, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
Additional Context
This helps drive the TFM reduction.
The text was updated successfully, but these errors were encountered: