Jonathan Dodds

Results 72 comments of Jonathan Dodds

@JaynieBai Please assign this issue to me. Thanks

Not an answer or solution to this feature request but here is something to help with the current "super painful" task of copying the content of a folder into another...

PR #8588 stops the incorrect behavior of building a solution when either -preprocess or -targets is provided. Implementing -preprocess and -targets for solutions will be a separate PR on this...

Yes, this issue should be reopened. The current PR 'fixes' the incorrect behavior of building the solution when a -preprocess or -targets switch is passed, but doesn't implement the switches...

(Noting that #8908 is related to this issue.)

It seems like efforts on this issue ended without completion. If this work should still be done, please assign the issue to me. Thanks

In the unfinished PR, there is a discussion about making the static methods available in net472 builds of MSBuild. From the discussion: > I think the easiest way to implement...

> we don't necessarily have to dispatch to the real type when a project says `$([System.OperatingSystem]::IsWindows())`. We could treat that specially (in the .NET Framework MSBuild) and dispatch to a...

Retested locally and confirmed all unit tests complete successfully.

There is already an open PR and there has been lots of discussion both here in the issue and in the PR. Every target available on an MSBuild project is...