sqlite-net icon indicating copy to clipboard operation
sqlite-net copied to clipboard

Fixed trimmer warnings on InsertAllAsync()

Open vividos opened this issue 6 months ago • 0 comments

... by using [DynamicallyAccessedMembers] for the Type parameter instead of marking the method with [RequiresUnreferencedCode]. This PR fixes #1291

vividos avatar Oct 22 '25 18:10 vividos