Michael W Powell

Results 165 comments of Michael W Powell

In particular the file I am concerned about is ``BumpAssemblyVersions.targets`` if that helps trace the build.

I pared back the output a bit, there's definitely some sort of confusion going on between the ``.props`` and ``.targets`` files being copied out by a ``_CopyOutOfDateSourceItemsToOutputDirectory`` and the ``ScCollectAppFiles``...

I have both the ``props`` and ``targets`` files copying on the one hand if newer. However, then there is the transformation on the other hand. It seems like the copy...

@davilimap Well, I was hopeful, and I tried flagging from ``PreverveNewest`` (i.e. *Copy if newer*) to ``Never`` (i.e. *Do not copy*), but it is still ``Content``. But the point is,...

@davilimap There is another bit in my project file that I am wondering about. ```Xml ``` So transform happens, but I wonder if this is in fact telling ``msbuild`` to...

@davilimap Much appreciated the insightful response. > I'll rename this issue and keep it up as it is be something SlowCheetah could be doing by itself. By all means; if...

@davilimap I backed off of them being considered "Content" and now my Task looks something like this instead: ```Xml tasks\%(RecursiveDir) false Content build\%(RecursiveDir) false Content ``` If someone is transforming...

Having a [similar issue](222) I think, but I do not understand the comments by @ericvb and only partially understand the proposed solution by @Cpcrook. So we need to set the...

@ericvb I got it working, I think. Not sure in what version there is a JSON transformation dependency, but some of the latest transformation protocols apparently do not work, or...

Concerning the `Uno` discussion, re: Uno, generally I agree. However, the last time I heard anything about pure *Roslyn CGs*, the talk was about an extremely narrow use case, I...