We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e143f7 commit b7baa6bCopy full SHA for b7baa6b
UnitySetup/UnitySetup.psm1
@@ -228,6 +228,7 @@ function Find-UnitySetupInstaller
228
function Install-UnitySetupInstance
229
{
230
[CmdletBinding()]
231
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute('PSAvoidUsingWriteHost', '', Scope='Function')]
232
param(
233
[parameter(ValueFromPipeline=$true)]
234
[UnitySetupInstaller[]] $Installers,
0 commit comments