sqlite-net
sqlite-net copied to clipboard
Fixed trimmer warnings on InsertAllAsync()
... by using [DynamicallyAccessedMembers] for the Type parameter instead of marking the method with [RequiresUnreferencedCode].
This PR fixes #1291