Skip to content

Commit 0bf58c2

Browse files
committed
suppress warning CA1819
1 parent 440a9fe commit 0bf58c2

File tree

1 file changed

+2
-0
lines changed
  • src/Smdn.Reflection.ReverseGenerating.ListApi/Smdn.Reflection.ReverseGenerating.ListApi.Build

1 file changed

+2
-0
lines changed

src/Smdn.Reflection.ReverseGenerating.ListApi/Smdn.Reflection.ReverseGenerating.ListApi.Build/ProjectBuilder.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ public class Options {
2727
public string? TargetFramework { get; init; } = null;
2828
// public string? OS { get; init; }
2929
public string? RuntimeIdentifier { get; init; } = null;
30+
#pragma warning disable CA1819
3031
public string[]? TargetsToBuild { get; init; } = new[] { "Restore", "Build" };
32+
#pragma warning restore CA1819
3133
public LoggerVerbosity LoggerVerbosity { get; init; } = LoggerVerbosity.Minimal;
3234
}
3335

0 commit comments

Comments
 (0)