PowerShell/test/powershell/Language
Dongbo Wang 384a9fe3fc Clean up ShellExecute code to use the .NET Core implementation (#4523)
* Clean up ShellExecuteHelper and enable ShellExecute in NativeCommandProcessor

* Minor fix

* [Feature] Fix NativeCommandProcessor to clean up in case an exception is thron

* [Feature] Update tests

* [Feature] Address comments

* address one more comment

* Address some more comments
2017-08-10 13:32:57 -07:00
..
Classes Fix the hang issue in Travis CI build triggered by the [Feature] tag (#4536) 2017-08-09 14:01:52 -07:00
Interop/DotNet Fix GetType() bad pattern and related issues in tests (#3134) 2017-02-15 16:40:51 -08:00
Operators add test coverage for -notcontains, -is, -isnot operators (#4179) 2017-07-11 12:27:04 -07:00
Parser PSScriptAnalyzer fixes by category (#4261) 2017-07-21 21:03:49 -07:00
Scripting Clean up ShellExecute code to use the .NET Core implementation (#4523) 2017-08-10 13:32:57 -07:00
CompletionTestSupport.psm1