PowerShell / PSScriptAnalyzer

Download ScriptAnalyzer from PowerShellGallery
https://www.powershellgallery.com/packages/PSScriptAnalyzer/
MIT License
1.85k stars 373 forks source link

Be sure not to clobber existing files when installing dotnet. #1788

Closed JamesWTruher closed 2 years ago

JamesWTruher commented 2 years ago

This is the same fix as https://github.com/PowerShell/PowerShell/pull/17141

PR Summary

installing a new dotnet will clobber the current executables causing all sorts of trouble (dotnet will stop working entirely)

PR Checklist