Skip to content

Commit 6be3f3e

Browse files
committed
suppress warning CA1032
1 parent fc69767 commit 6be3f3e

File tree

1 file changed

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

1 file changed

+2
-0
lines changed

src/Smdn.Reflection.ReverseGenerating.ListApi.Core/Smdn.Reflection.ReverseGenerating.ListApi/ApiListWriter.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -438,11 +438,13 @@ assemblyNameOfTypeForwardedFrom is not null &&
438438
return ret.ToString();
439439
}
440440

441+
#pragma warning disable CA1032
441442
private sealed class MemberDeclarationException : Exception {
442443
public MemberDeclarationException(string? message, Exception? innerException)
443444
: base(message, innerException)
444445
{ }
445446
}
447+
#pragma warning restore CA1032
446448

447449
private static string GenerateTypeContentDeclarations(
448450
int nestLevel,

0 commit comments

Comments
 (0)