-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Native invocation using ArgumentList
#14692
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
Merged
TravisEz13
merged 22 commits into
PowerShell:master
from
JamesWTruher:NativeInvokeWithArglist01
Apr 1, 2021
Merged
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
f9cd8c5
Support using ArgumentList with native app execution
JamesWTruher 8dc0d52
add test code for changed behavior
JamesWTruher 7e74f9e
change logic for dealing with nulls, but allow empty spaces '' as arg…
JamesWTruher 581b91a
update test to handle both new and old behaviors
JamesWTruher ef03db7
Add passing native args as argumentlist as an experimental feature.
JamesWTruher c676e1d
Update test to use experimental feature and new variable
JamesWTruher 7485621
Address a number of code factor issues.
JamesWTruher 4d2b442
Additional CodeFactor fixes
JamesWTruher fadf451
Additional CodeFactor fixes
JamesWTruher 93b4c4b
Refactor argument list creation to use common method.
JamesWTruher 15f2851
Update help function to use new style of arg passing for native apps
JamesWTruher 37ada29
Remove escaped quotes from test as they are no longer needed
JamesWTruher 310c731
Fix test by removing (now) extraneous extra quotes
JamesWTruher 8ebabbe
fix codefactor issue
JamesWTruher 0331d3d
Suppress warning about using global variables
JamesWTruher 4ae012d
Address some PR feedback
JamesWTruher ab67f99
Address some concerns in PR review
JamesWTruher ee1f5f5
Add a windbg example for native argument passing
JamesWTruher 7ee22e2
Fix typo in test.
JamesWTruher 4eae549
Change tests to use EnabledExperimentalFeatures rather than invoking …
JamesWTruher 6564558
Update src/System.Management.Automation/engine/NativeCommandParameter…
JamesWTruher 8245690
Update src/System.Management.Automation/engine/NativeCommandParameter…
JamesWTruher File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.