We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42706fa commit 8163087Copy full SHA for 8163087
1 file changed
src/MaaFramework.Binding.Native/Interop/MaaCustomExtensions.cs
@@ -3,6 +3,8 @@
3
4
namespace MaaFramework.Binding.Interop.Native;
5
6
+#pragma warning disable IDE0350 // Lambda expression can be simplified
7
+
8
/// <summary>
9
/// A static class providing extension methods for converting <see cref="IMaaCustomResource"/> to custom callback delegate used in interop invoking.
10
/// </summary>
0 commit comments