Skip to content
New issue

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

#70: PowerShell main process send KeyStroke on child process, added JNetPSCmdlet to consolidate API override on not externalizable cmdlets #72

Conversation

masesdevelopers
Copy link
Contributor

Description

Some updates to better manage inputs sent to child processes

Related Issue

Closed #70

Motivation and Context

The inputs was not received from child PowerShell process

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

…s, added JNetPSCmdlet to consolidate API override on not externalizable cmdlets
@masesdevelopers masesdevelopers added bug Something isn't working JNetPS JNetPS releated issue labels Nov 2, 2022
@masesdevelopers masesdevelopers self-assigned this Nov 2, 2022
@masesdevelopers masesdevelopers mentioned this pull request Nov 2, 2022
9 tasks
@masesdevelopers masesdevelopers merged commit 134a886 into masesgroup:master Nov 2, 2022
@masesdevelopers masesdevelopers deleted the 70-the-inputs-from-powershell-main-instance-are-not-sent-to-main-class branch November 2, 2022 01:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working JNetPS JNetPS releated issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The inputs from PowerShell main instance are not sent to Main-Class.
1 participant