-
/* */ Comments And Multiple Types In Generics
A couple of issues which I became aware of today:
/* */ comment blocks are not attached to members.
Multiple types in Generic members ( e.g. IDictionary< int, string >) are not handled.Both issues will be fixed tonight, watch for comments for a new version.
Thanks to Lior and Tomer for finding the bugs. -
Protected? Sure. Internal? Why Not? Protected Internal? Are You Insane?
Hurray, a critical bug!
Don’t even bother Regionerating protected internal members with Regionerate v0.4.0.0. It goes insane. I will have a fix out tonight. Watch for comments on this post.
Thanks to Lior for finding the bug! -
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:
/// <summary>/// ( Whoops./// </summary>
Code inside [...]