Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
bmcdonnell-fb opened this issue Jun 13, 2024 · 0 comments

Comments

@bmcdonnell-fb
Copy link

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant