-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
For example: the re-use of Request/Replies is not possible:

also apparently endpoints have to directly inherit from Endpoint<,>
why did I try this:
- Endpoints and Handlers are "identified" by EndpointName
- some Endpoints/Handlers are essentially just
void DoAction(object viewModel)- then why not use i.e.
ViewModelOnlyRequestandVoidResponse/Response.Emptyfor all of them?
- then why not use i.e.
This would be a perfect situation for an accompanying Analyzer. However I understand that due to possible future changes, Analyzers are "potentially more wasted time". However there aren't even DocComments on the relevant base classes. The only thing in the blog post I found was
TemplateAssignmentEditorOKClickResponse: This class doesn’t carry any additional parameter. But it must be there to fullfil the required convention.
which does not talk about re-usability/uniqueness
FreeAndNil
Metadata
Metadata
Assignees
Labels
No labels