PostSharp bot
PostSharp bot
The formatting of user code should be in general preserved, but its indentation should be increased by the levels added by generated code.
``` // Comment before int a, b /* Comment middle */, c; // Comment after ``` What to do with trivias if: 1) One field is promoted? 2) All fields...
Overrides of the main method need to become a "local" function (with necessary name handling). The synthesized main method is currently removed from method collection.
* Register a reference validator * Add a mechanism to ensure we add only a single reference validator per constructor
Members have different syntax than in classes.