Skip to content

Commit

Permalink
add ignore CS0108, CS0114 for tool
Browse files Browse the repository at this point in the history
  • Loading branch information
ManhOptimizely committed Apr 1, 2024
1 parent 1a42516 commit 3aa7776
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions APIs/src/CGTypeSync/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ public static void Run(IConfiguration configuration, string output, string sourc
sb.AppendLine("using EPiServer.DataAnnotations;");
sb.AppendLine("using System.Globalization;");
sb.AppendLine();
sb.AppendLine($"#pragma warning disable CS0108, CS0114");
sb.AppendLine("namespace Optimizely.ContentGraph.DataModels");
sb.AppendLine("{");

Expand Down

0 comments on commit 3aa7776

Please sign in to comment.