Skip to content

Commit 8163087

Browse files
committed
fix: disable new IDE rule (IDE0350)
1 parent 42706fa commit 8163087

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/MaaFramework.Binding.Native/Interop/MaaCustomExtensions.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33

44
namespace MaaFramework.Binding.Interop.Native;
55

6+
#pragma warning disable IDE0350 // Lambda expression can be simplified
7+
68
/// <summary>
79
/// A static class providing extension methods for converting <see cref="IMaaCustomResource"/> to custom callback delegate used in interop invoking.
810
/// </summary>

0 commit comments

Comments
 (0)