We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
3caeb9a
Add string-syntax with a module-level attribute:
[module: SharpUnionModule( "MyApp", @"union Tree = | Node(params Tree?[] trees) | Leaf(string Name);", Serializable = true, Accessibility = Accessibility.Public)]