Skip to content

Fixed trimmer warnings on InsertAllAsync() - #1292

Open
vividos wants to merge 1 commit into
praeclarum:masterfrom
vividos:master
Open

Fixed trimmer warnings on InsertAllAsync()#1292
vividos wants to merge 1 commit into
praeclarum:masterfrom
vividos:master

Conversation

@vividos

@vividos vividos commented Oct 22, 2025

Copy link
Copy Markdown

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

…sedMembers] for the Type parameter instead of marking the method with [RequiresUnreferencedCode]
@vividos

vividos commented Jul 31, 2026

Copy link
Copy Markdown
Author

@ericsink would it be possible if you could review this PR? It seems you now have the possibility to commit changes 🤩 Thanks!

@ericsink

ericsink commented Aug 7, 2026

Copy link
Copy Markdown
Collaborator

@vividos I'll get to this as soon as I can. I'm trying to wrap up some other things first. Thanks for your patience.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Trimmer warning for InsertAllAsync()

3 participants