DapperAOT icon indicating copy to clipboard operation
DapperAOT copied to clipboard

Detect trivial DynamicParameters

Open mgravell opened this issue 11 months ago • 0 comments

for example, see #48

  • if the non-trivial constructor is used: don't warn
  • any Add usage other than just name+value: don't warn
  • any branched logic around what gets added: don't warn

mgravell avatar Sep 15 '23 12:09 mgravell