Roman Konecny

Results 37 comments of Roman Konecny

@yuehuang010 Is this still active? How serious you think it is? What priority you would give it?

Using stdout in MSBuild for structured data output is something we have not done in past, all structured build artifacts are in form of files. Although convenient, there is lot...

> That would be _very_ inconvenient to use in scripts (you'd need to install and use something like `jq`, then get rid of the output json file). Not an expert...

We have investigated the issue, and it appears that it is not a bug on our end. Most likely, Bamboo has a custom SDK resolver that incorrectly returns a null...

Purpose of this class was to redirect all console writes from msbuild server to its client (invoker). Since msbuild access console in serial fashion, this class was not originally written...

### Analysis I have verified, by debugging repro and code survey, that following Rainer root cause analysis is indeed correct: > ![image](https://user-images.githubusercontent.com/25249058/125118990-c06bdf80-e0f0-11eb-825b-0c7103cc5e9f.png) > The actual execution time of GetCopyToOutputDirectoryItems is...

@AraHaan Could you kindly assist us in better understanding your use case? At the moment, we don't quite see its potential impact, and we'd appreciate your insights to help us...

> Let's say that if this could be done it can greatly help with improving the speed of my builds on some of my projects. My analysis shows "only" 3%...

@agocke Can you please share with me repro steps? I would like to verify that it is known bug to us.