Replies: 1 comment 5 replies
-
If you do a rebuild, it should still do the right thing. Could you provide more info on what .NET SDK/VS versions are you using and so on? This is working flawlessly on many many projects, so it may be some weird combination. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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
Beta Was this translation helpful? Give feedback.
All reactions