Global tool for discovering an app's platform dependencies
- Dominant language
- PowerShell
- Stars
- 22k
- Forks
- 4.9k
- Avg merge
- 5d 5h
- Merged PRs (30d)
- 29
Description
### Summary
A .NET project is where the dependencies become calculable. By running a tool against a project, and using the collected platform dependency data, it is possible to definitively output the list of platform dependencies that project requires. This greatly reduces the friction required to gather this information when compared to either the trial-and-error method of running the app and seeing whether it breaks or manually looking up .NET components to determine their platform dependencies.
> Note: This is a proposed experience for .NET 6 and not yet committed.
### Goal
Developers can discover their application's platform dependencies in a deterministic fashion by running a dotnet global tool.
Contributor guide
Assessment
This issue has not been assessed yet.