This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
I have to reinstall the GitInfo package in order for it to work #199
Labels
need info
More info needed to diagnose the issue
Describe the Bug
GitInfo does not create ThisAssembly.Git.g.cs after package restore. I have to reinstall GitInfo for it to work.
Steps to Reproduce
As expected, ThisAssembly.Git.g.cs gets successfully created.
Visual Studio automatically restores GitInfo. However for me, ThisAssembly.Git.g.cs doesn't get created. and won't get created until reinstalling GitInfo, like so:
Update-Package GitInfo -reinstall
Has anyone else encountered this issue?
Any insight as to why reinstall works, but restore doesn't?
Additional Info
I'm developing in c#, .NET Framework 4.6.2
The text was updated successfully, but these errors were encountered: