adamralph/minver

Remove redundant MSB3073 error when a MinVer MSBuild error is produced

Closed this issue · 1 comments

Use case(s)

Building projects using MinVer when a known error is present.

Description

When a known problem is encountered, MinVer produces an MSBuild error. For example:

image

The second error, MSB3073, is redundant. The first error, MINVER1006, tells us everything we need to know.

With this enhancement, the second error is removed.

Alternatives

Leave things as they are.

Additional context

n/a

Initial investigation revealed that this isn't really possible, at least not without some deep hackery, so I'm withdrawing this.