Skip to content

Commit 7d575bb

Browse files
add ignore CS0108, CS0114 for tool
1 parent fc05f59 commit 7d575bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

APIs/src/CGTypeSync/Program.cs

+1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ public static void Run(IConfiguration configuration, string output, string sourc
6262
sb.AppendLine("using EPiServer.DataAnnotations;");
6363
sb.AppendLine("using System.Globalization;");
6464
sb.AppendLine();
65+
sb.AppendLine($"#pragma warning disable CS0108, CS0114");
6566
sb.AppendLine("namespace Optimizely.ContentGraph.DataModels");
6667
sb.AppendLine("{");
6768

0 commit comments

Comments
 (0)