We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
With powershell 7, the following error gets thrown when executing Invoke-ConPtyShell:
Invoke-ConPtyShell
Add-Type: Line | 113 | Add-Type -TypeDefinition $Source -Language CSharp; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | (1465,9): error CS0618: 'Thread.Abort()' is obsolete: 'Thread.Abort is not supported and throws PlatformNotSupportedException.' thThreadReadPipeWriteSocket.Abort(); ^ Add-Type: Line | 113 | Add-Type -TypeDefinition $Source -Language CSharp; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | (1466,9): error CS0618: 'Thread.Abort()' is obsolete: 'Thread.Abort is not supported and throws PlatformNotSupportedException.' thReadSocketWritePipe.Abort(); ^ Add-Type: Line | 113 | Add-Type -TypeDefinition $Source -Language CSharp; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | Cannot add type. Compilation errors occurred. InvalidOperation: Line | 114 | $output = [ConPtyShellMainClass]::ConPtyShellMain($parametersConP … | ~~~~~~~~~~~~~~~~~~~~~~ | Unable to find type [ConPtyShellMainClass].
The text was updated successfully, but these errors were encountered:
thanks for reporting, will address this in the next release.
Sorry, something went wrong.
@antonioCoco thank you, that's great!
No branches or pull requests
With powershell 7, the following error gets thrown when executing
Invoke-ConPtyShell
:The text was updated successfully, but these errors were encountered: