Diagnostic messages - notpeelz/VersionInfoGenerator GitHub Wiki

VIG0001

Message: VersionInfoGenerator was run without the necessary MSBuild properties.

Possible causes:

  • build assets were excluded from being consumed.

  • A dependency is causing VersionInfoGenerator to be inherited by your project, most likely because they don't have PrivateAssets="all" on their <PackageReference Include="VersionInfoGenerator"> tag.

VIG1000

Message: the git executable wasn't found in your PATH.

Possible fix:

  • Windows: install Git for Windows

  • Linux: install Git through your package manager (e.g. apt install git)

VIG1100

Message: the supplied version doesn't match the expected Major.Minor.Patch format as defined per SemVer 2.0

VIG1101

Message: ConsoleOutput pollution detected; see https://github.com/dotnet/msbuild/issues/4194

Possible fix:

  • Linux: enable the en_US.UTF-8 locale on your system