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
Since the moment we migrated our project from .NET Framework 4 to .NET 6 (git repository is still the same), we have a problem with an incorrect value in ThisAssembly.Git.Commits. If I take the hash from ThisAssembly.Git.Commit property and try to call in command line:
git rev-list [TheHash] --count
I get 17324 while ThisAssembly.Git.Commits contains 1803. Where could be the problem?
Thanks
Version Info
3.3.3
The text was updated successfully, but these errors were encountered:
Closing for now since there's no additional info to act on. My suggestion is to inspect the executed git commands via MSBuild, since those are the ones counted for the commits property.
Hi,
first of all thanks for this project!
Since the moment we migrated our project from .NET Framework 4 to .NET 6 (git repository is still the same), we have a problem with an incorrect value in ThisAssembly.Git.Commits. If I take the hash from ThisAssembly.Git.Commit property and try to call in command line:
git rev-list [TheHash] --count
I get 17324 while ThisAssembly.Git.Commits contains 1803. Where could be the problem?
Thanks
Version Info
3.3.3
The text was updated successfully, but these errors were encountered: