MSBuildGitHash icon indicating copy to clipboard operation
MSBuildGitHash copied to clipboard

Warnings(?): "Could not infer the type of parameter.... The value will be treated as a string."

Open bmcdonnell-fb opened this issue 1 year ago • 0 comments

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.

bmcdonnell-fb avatar Jun 13 '24 20:06 bmcdonnell-fb