(Only for info - this is not urgent) If the code is decorated with more than 3 "#region"s the RBS can not create an event

The problem is on line 78:

        #endregion"

There is a trailing " which confuses our current implementation. You can delete the " and things will work again. We will try to support this case though - it is valid C# which our tokenizer should handle.

1 Like