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
// codeql[cs/sensitive-data-transmission] This is expected PSResourceGet behavior to create the content of the request which is only transmitted to the server, not the user. This information is also not exposed back to the user via error or verbose messaging.
// if a dependency package is already installed, do not install it again.
594
+
// to determine if the package version is already installed, _packagesOnMachine is used but it only contains name, version info, not version with prerelease info
595
+
// if the dependency package is found to be prerelease, it is safer to install it (and worse case it reinstalls)
596
+
_cmdletPassedIn.WriteVerbose($"Dependency '{depPkg.Name}' with version '{depPkg.Version}' is already installed.");
0 commit comments