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
We are facing some bug since months but it's not always happening.
So that's why we didn't report it, but recently I do believe we have to report the issue because it's happening more.
When we are building, we are getting:
C:\Users\Owner.nuget\packages\gitinfo\3.0.4\build\GitInfo.targets(226,12): error MSB4184: The expression "[System.Version]::Parse('')" cannot be evaluated. Version string portion was too short or too long.
We have to retry building few times and then it's working fine.
Is there any solution to fix this issue ?
Thank you so much.
Best regards
The text was updated successfully, but these errors were encountered:
It seems sometimes `git --version` might return something that isn't a valid version number we can parse into major.minor.code.
The warning can be ignored with the code `GI007`.
Fixes#300
It seems sometimes `git --version` might return something that isn't a valid version number we can parse into major.minor.code.
The warning can be ignored with the code `GI007`.
Fixes#300
Hello guys.
We are facing some bug since months but it's not always happening.
So that's why we didn't report it, but recently I do believe we have to report the issue because it's happening more.
When we are building, we are getting:
C:\Users\Owner.nuget\packages\gitinfo\3.0.4\build\GitInfo.targets(226,12): error MSB4184: The expression "[System.Version]::Parse('')" cannot be evaluated. Version string portion was too short or too long.
We have to retry building few times and then it's working fine.
Is there any solution to fix this issue ?
Thank you so much.
Best regards
The text was updated successfully, but these errors were encountered: