Loosen command restrictions #93
Annotations
11 errors
|
Syntax Tests (4107)
Process completed with exit code 1.
|
|
Syntax Tests (4107):
./Tests/syntax_test_PowerShell.ps1#L137
Unexpected symbol found ['Receive-Job' reference]
|
|
Syntax Tests (4107):
./Tests/syntax_test_PowerShell.ps1#L128
Unexpected symbol found ['Get-Process' reference]
|
|
Syntax Tests (stable)
The strategy configuration was canceled because "main._4107_binary" failed
|
|
Syntax Tests (stable)
The operation was canceled.
|
|
Syntax Tests (stable):
./Tests/syntax_test_PowerShell.ps1#L137
unexpected symbol `Receive-Job` (reference) found
note: all symbols must be matched unless `partial-symbols` is specified
137 | Receive-Job $job -Wait
| @@@@@@@@@@@ this `reference` is not tested for
|
|
Syntax Tests (stable):
./Tests/syntax_test_PowerShell.ps1#L128
unexpected symbol `Get-Process` (reference) found
note: all symbols must be matched unless `partial-symbols` is specified
128 | $job = Get-Process -Name pwsh &
| @@@@@@@@@@@ this `reference` is not tested for
|
|
Syntax Tests (latest)
The strategy configuration was canceled because "main._4107_binary" failed
|
|
Syntax Tests (latest)
The operation was canceled.
|
|
Syntax Tests (latest):
./Tests/syntax_test_PowerShell.ps1#L137
unexpected symbol `Receive-Job` (reference) found
note: all symbols must be matched unless `partial-symbols` is specified
137 | Receive-Job $job -Wait
| @@@@@@@@@@@ this `reference` is not tested for
|
|
Syntax Tests (latest):
./Tests/syntax_test_PowerShell.ps1#L128
unexpected symbol `Get-Process` (reference) found
note: all symbols must be matched unless `partial-symbols` is specified
128 | $job = Get-Process -Name pwsh &
| @@@@@@@@@@@ this `reference` is not tested for
|