Piotr Puszkiewicz

Results 7 comments of Piotr Puszkiewicz

@blackdwarf I've failed to find a good explanation of STDOUT vs. STDERR @nguerrera brought up an interesting point that STDOUT may benefit from being pipelined to other apps/scripts. STDERR, in...

@NinoFloris is there a repo we can use to repro your issue?

For a bit more context, we had to re-release beta5 because a Dependency was mistakenly marked as a Dev Dependency. There is not currently a known approach to test for...

And since vocabulary is hard when it gets into the depths of batching... here is what I'm doing: https://github.com/dotnet/cli/blob/rel/1.0.0/build/Microsoft.DotNet.Cli.Test.targets#L48-L51

hehe, ok. I think we've been calling that Task Batching in our team. Task vs. Target batching. Though I do think I appreciate the delta you're drawing... let me know...

We should not bifurcate the project format between MSBuild and CLI. We had talked about making `test` a first class SDK in CLI and VS. Once this is done, we...

Hey Oren, thanks for the PR! Once we're done with the remaining CLI PR I'm going to need to take a few changes to the test runner, including updating dependencies....