Is there an existing issue for this?
Is your feature request related to a problem? Please describe the problem.
This script is referenced on the aspire.dev website getting piped to invoke-expression - irm https://aspire.dev/install.ps1 | iex
Antivirus software often treats such actions as high risk, and may end up blocking them. Signing this script may help to mitigate such issues - see microsoft/aspire.dev#306 .
Describe the solution you'd like
The powershell script should be signed.
Additional context
No response
Is there an existing issue for this?
Is your feature request related to a problem? Please describe the problem.
This script is referenced on the aspire.dev website getting piped to
invoke-expression-irm https://aspire.dev/install.ps1 | iexAntivirus software often treats such actions as high risk, and may end up blocking them. Signing this script may help to mitigate such issues - see microsoft/aspire.dev#306 .
Describe the solution you'd like
The powershell script should be signed.
Additional context
No response