hacks: ignore CS0728 warning

This commit is contained in:
Renjaya Raga Zenta 2025-07-31 00:23:51 +07:00
parent 59320a2118
commit 98d0a578af

View file

@ -6,6 +6,7 @@ using System.Security;
using System.Text;
using System.Threading;
using NetVips.Internal;
#pragma warning disable CS0728 // Possibly incorrect assignment to local which is the argument to a using or lock statement
namespace NetVips;