Skip to content

v2.0.0

Compare
Choose a tag to compare
@Hosch250 Hosch250 released this 07 Dec 05:09

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)]