You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
When I include MSBuildGitHash (v2.0.2) in my .NET Framework WebApp project, I get warnings as shown below.
The text was updated successfully, but these errors were encountered: