Rainer Sigwald

Results 248 comments of Rainer Sigwald

Can you elaborate on "This would be useful for scripting purposes."? What specifically? I would have sworn that we already had a work item for this but I don't see...

That's interesting. What would you do about item metadata?

Team triage: this is a super weird bug with a great repro, thank you! It looks like you can work around by specifying ```xml Outputs="@(InFiles->'%(Directory)%(FileName).out')" ``` but we're not totally...

> Also, I only have `v17.2.5` and this doesn't happen on that version so something must have changed in-between! I repro on 17.2: ```sh-session ❯ msbuild .\Issue.targets -v:m Microsoft (R)...

Can you explain why you made that change? It looks like the PR was green.

Great info to put in the commit message . . .

I would not recommend squashing this, since it required an update to our code.

In addition to "working on solutions at all", this should have a blurb about the dynamically-generated solution targets that delegate to all projects.

> Should `-targets` support solutions? Yes. In addition to "listing all the targets", I'd like to see a special case for solutions that also says "We'll make up a target...

It was implemented in https://github.com/dotnet/msbuild/pull/1497, I believe.