diff --git a/vendor/NetVips/Image.cs b/vendor/NetVips/Image.cs index dbcaf63..f9fdf01 100644 --- a/vendor/NetVips/Image.cs +++ b/vendor/NetVips/Image.cs @@ -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;