core icon indicating copy to clipboard operation
core copied to clipboard

Add support for System.Runtime.CompilerServices.Caller* attributes

Open Jand42 opened this issue 2 years ago • 0 comments

Pass in the string/int at the call site during compile time to JavaScript for arguments marked with:

  • [ ] CallerArgumentExpressionAttribute
    • [ ] test added
  • [ ] CallerFilePathAttribute
    • [ ] test added
  • [ ] CallerLineNumberAttribute
    • [ ] test added
  • [ ] CallerMemberNameAttribute
    • [ ] test added

Jand42 avatar Feb 28 '22 10:02 Jand42