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
I've just noticed that when I run gitversion /updateassemblyinfo it only adds attributes using only its class name which fails build if using System.Reflection is missing.
I think that the safest path is to always add fully qualified type names which will work regardless of the usings.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. After 30 days from now, it will be closed if no further activity occurs. Thank you for your contributions.
I've just noticed that when I run
gitversion /updateassemblyinfo
it only adds attributes using only its class name which fails build ifusing System.Reflection
is missing.I think that the safest path is to always add fully qualified type names which will work regardless of the usings.
The text was updated successfully, but these errors were encountered: