Archive for the ‘Known Issues’ Category

  • Known Private Beta Issues

    Here is a summary of the known bugs in v0.4, hoping to fix all of them by v0.6.

    Strings containing single “{” or “}” characters drive the construction mechanism nuts. for example:

    public void Foo() { string whoops = “}”; }

    Comment sections that start with “(” cause inconsistent behaviour. for example:

    /// &ltsummary&gt/// ( Whoops./// &lt/summary&gt

    Code inside [...]