Skip to content

Commit 0f34373

Browse files
committed
disable warning CA1848 'use the LoggerMessage delegates'
1 parent e47e52c commit 0f34373

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Smdn.Reflection.ReverseGenerating.ListApi.Core/Smdn.Reflection.ReverseGenerating.ListApi/AssemblyLoader.netcore.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// SPDX-FileCopyrightText: 2021 smdn <smdn@smdn.jp>
22
// SPDX-License-Identifier: MIT
3+
#pragma warning disable CA1848
4+
35
#if NETCOREAPP3_1_OR_GREATER
46
using System;
57
using System.IO;

0 commit comments

Comments
 (0)