Adam Ralph

Results 264 comments of Adam Ralph
trafficstars

@Heh, and just as I raised this issue, the pull requests badge stopped working too.

I've been thinking about the pros and cons of introducing this in 1.0.0, but still delegating to an executable for now. In order to do proper logging, the executable can...

One thing to bear in mind is that there is no such thing as a "current log level" in the context of an MSBuild task, since the host process can...

Another thing to consider is that currently, MinVer is completely platform agnostic. I.e. it will work for any target framework supported by SDK-style projects. If we introduce a task assembly,...

I tested MinVer in a `net20` project and it worked. 😉

@bording it shows that we _will_ lose platform support by doing this. Of course, `net20` isn't relevant, but perhaps some others may be.

@ursenzler is it correct that you discovered that the target platform of the project _does_ matter?

This would probably allow https://github.com/adamralph/minver/issues/244.

No longer blocked by LibGit2Sharp, but unsure if I want to do it anyway.