Skip to content
This repository has been archived by the owner on Mar 2, 2021. It is now read-only.

Commit

Permalink
mark as auto-generated to avoid StyleCop violations
Browse files Browse the repository at this point in the history
  • Loading branch information
adamralph committed Nov 28, 2016
1 parent 8e62c71 commit 48b6187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.csx
Expand Up @@ -60,7 +60,7 @@ targets.Add(
foreach (var platform in platforms)
{
var originalSource = File.ReadAllText($"src/LiteGuard.{platform.Value}/Guard.cs");
var modifiedSource = originalSource
var modifiedSource = "// <auto-generated />\r\n" + originalSource
.Replace("namespace LiteGuard", "namespace $rootnamespace$")
.Replace("public static class", "internal static class");
Expand Down

0 comments on commit 48b6187

Please sign in to comment.