Skip to content

Commit 440a9fe

Browse files
committed
suppress warning CA1724
1 parent 4b910af commit 440a9fe

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
@@ -18,7 +18,9 @@
1818
namespace Smdn.Reflection.ReverseGenerating.ListApi.Build;
1919

2020
public static class ProjectBuilder {
21+
#pragma warning disable CA1724
2122
public class Options {
23+
#pragma warning restore CA1724
2224
public const string DefaultConfiguration = "Debug";
2325

2426
public string? Configuration { get; init; } = DefaultConfiguration;

0 commit comments

Comments
 (0)