Mauro Servienti
Mauro Servienti
- [ ] implementation - [ ] documentation
- [ ] implementation - [ ] documentation
- [ ] implementation - [ ] documentation
If an endpoint scoped factory returns null, and a global one is available it'll be used instead. If also the latter returns null the default ServiceComposer dynamic view model is...
Depends on: - https://github.com/ServiceComposer/ServiceComposer.AspNetCore/issues/148 - https://github.com/ServiceComposer/ServiceComposer.AspNetCore/issues/287 Add support for conventions, if a class: - is defined in a `CompositionHandlers` namespace - has a method, whose name doesn't really matter, that...
Current order is: - retrieve RequestId from HttpRequest - create a new one if not found - Add RequestId to the response - create the composition context - invoke the...
Add the new header in a minor, document the deprecation of the old one but keep it in sync with the new one. In the next major drop the old...
Candidates are: - Patch_with_2_handlers - Get_with_2_handlers - Get_with_1_handler_and_1_subscriber - When_using_composition_and_MVC - Get_with_2_handlers_using_endpoint_scoped_view_model_factory
As described in https://github.com/ServiceComposer/ServiceComposer.AspNetCore/issues/242#issuecomment-797262126, there might be the need for users to bind the incoming request to an existing model. As of today the model binder always creates a new...