Skip to content

Commit 575d2f0

Browse files
committed
Added global:: prefix to full namespace qualified [CompilerGenerated] attribute to avoid any possible conflicts with the namespace of the host project.
1 parent d7c9d06 commit 575d2f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitVersionTask/AssemblyInfoBuilder/AssemblyInfoBuilder.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public string GetAssemblyInfoText(VersionVariables vars, string rootNamespace)
3030
namespace {4}
3131
{{
3232
33-
[System.Runtime.CompilerServices.CompilerGenerated]
33+
[global::System.Runtime.CompilerServices.CompilerGenerated]
3434
static class GitVersionInformation
3535
{{
3636
{3}

0 commit comments

Comments
 (0)