You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
removed Executor, sidenote - Resharper is the bee's knees
All it took was two refactorings:
- move method to another type
- make method non-static
that's it - no extra manual work, it even folded the ConventionContext parameter and replaced it with 'this' where required. Respect
0 commit comments