JasonBock / Rocks

A mocking library based on the Compiler APIs (Roslyn + Mocks)
MIT License
263 stars 20 forks source link

Remove Duplicated Code For Method Generation #305

Closed JasonBock closed 9 months ago

JasonBock commented 9 months ago

Describe the solution you'd like

I believe I'm doing duplicated work (or close to it) for the method generators, in terms of the method signature that goes in the attribute and for the method itself. I should see if I can do that once and use it in both places.