Current thinking is to scan all the project files in the repo, and look for a PackageReference for the specific name, and then grab the version. Then, go find the package / folder in the nuget cache.
If you've used this package, the idea is to fall into the pit of success without having to specify more parameters for the action - i.e., which project, which version, etc., etc. Just find it and use it.
Current thinking is to scan all the project files in the repo, and look for a PackageReference for the specific name, and then grab the version. Then, go find the package / folder in the nuget cache.
If you've used this package, the idea is to fall into the pit of success without having to specify more parameters for the action - i.e., which project, which version, etc., etc. Just find it and use it.