You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Produce and publish a tool that generates the dependencies (only .NET ones) for a give project or solution.
This is basically what is contained in the project.assets.json file from a project's build output, correct? Do we even need anything beyond that?
mthalman
changed the title
Global tool for discovering an app's native dependencies
Global tool for discovering an app's platform dependencies
Feb 23, 2021
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.
Goal
Developers can discover their application's platform dependencies in a deterministic fashion by running a dotnet global tool.
The text was updated successfully, but these errors were encountered: