MSBuildGitHash
MSBuildGitHash copied to clipboard
Warnings(?): "Could not infer the type of parameter.... The value will be treated as a string."
When I include MSBuildGitHash (v2.0.2) in my .NET Framework WebApp project, I get warnings as shown below.
2>RunAssemblyMetadataCommand:
2> git describe --tags --always --dirty=*
2> 0.1-4-g0123abc*
2>RunAssemblyMetadataCommand:
2> git describe --tag
2> 0.1-4-g0123abc
2>WriteGitHash:
2> Could not infer the type of parameter "#1" because the attribute type is unknown. The value will be treated as a string.
2> Could not infer the type of parameter "#2" because the attribute type is unknown. The value will be treated as a string.
2> Could not infer the type of parameter "#1" because the attribute type is unknown. The value will be treated as a string.
2> Could not infer the type of parameter "#2" because the attribute type is unknown. The value will be treated as a string.
2> Could not infer the type of parameter "#1" because the attribute type is unknown. The value will be treated as a string.