Add opportunity to search interface implementations over multiple assemblies#28
Add opportunity to search interface implementations over multiple assemblies#28Thinspeed wants to merge 1 commit intoDreamescaper:mainfrom
Conversation
|
Thanks for your contribution. Still, it would be better to create an issue with suggested functionality beforehand. Could you describe your use case? |
|
I am implementing module monolith, each module is declared in saperate project and maps its endpoints and adds services with static abstract method. I am using CustomHandler so I cant add multiple attributes |
Acutally, it should be possible to make it less restrictive. It shouldn't be allowed to mix CustomHandler and non-CustomHandler attributes on the same method, but should be nothing wrong if multiple CustomHandler attributes are present. Would that solve your case? |
|
i guess yes. but i am not sure that it will be more elegant |
|
I understand your point. In the meantime, I have published updated ServiceScan version, which allows multiple CustomHandlers attributes on the same method: |
|
An alternative take is merged in #32 , therefore closing this PR. |
No description provided.