ramon

- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 4
-
ramon created a post, Custom Macros for File Templates via expression or annotations? Possible?
I need a Custom Macro for File Templates for Controllers and Views like this:public class $ControllerName$<$formclass$>:BaseController<$formclass$>{ public $ControllerName$($formclass$ parent):b... -
ramon created a post, Solution Wide Analysis and Source Generators
I use Source Generators to implement Aspect Oriented Programming via Proxy Pattern. The Souce Generator I use works fine, and program compiles... but Solution Wide Analysis seems not to know there ...