PostSharp bot
PostSharp bot
Patterns to be align: ```cs await METHOD; var x = await METHOD; return await METHOD; ``` Note that the implementation of Proceed returns a _parenthesized_ await expression, so the inliner...
Fakes are very difficult to understand and makes very hard to do any change that affects the API. It would be better not to use fakes, and to use standard...
* Document all classes and their main methods * Update README * Update UML
Currently, we are transforming the compile-time code and then compile it. In case of compilation error, we write an message telling that it may be due to invalid code transformation....