Skip to content

1.2.0

Compare
Choose a tag to compare
@michaelstaib michaelstaib released this 25 Oct 08:10
4112116
  • Added support for named parameters in the message attribute property
[Event(0, Message = "Foo {a} {b} ...")]
public void Bar(string a, string b) 
{
}