Patrik Husfloen

Results 3 issues of Patrik Husfloen

I'd like to see a Target parameter for Invoke-MSBuild added as `[string[]]` so we don't need to pass it as a string in MsBuildParameters. I'd also like a Properties parameter...

enhancement

It would be nice if it was possible to automate the deleting of all events from the command line.

enhancement

``` csharp var text = new string('X', 1000); var compressDebug = compressionHandler.CompressDebug(text); var d = compressionHandler.DecompressDebug(compressDebug); // throws IndexOutOfRangeException on line 73 in SubstringUnpacker ```