James Tweedie-Long

Results 4 issues of James Tweedie-Long

## Description There is a new WriteOutput function, which is used throughout the psake code whenever messages need to be logged. The function simply passes the message and message type...

Improvement

## Description You can now do this : ``` $("File1.ps1","File2.ps1") | Include Get-ChildItem | Include ``` ## Related Issue #289 ## Motivation and Context Allows users to write slightly more...

Improvement
pinned

## Expected Behavior It would be nice to be able to do this : `Get-ChildItem $somePath | Include;` ## Current Behavior Currently, you would have to use a more verbose...

Improvement
pinned

The Merge-Object function pipes $input to Reduce-Object, but the $input variable is not created anywhere. It looks like it should be piping the $Object parameter of the Merge-Object function. Consequently,...