Mauro Servienti

Results 164 issues of Mauro Servienti

- [ ] implementation - [ ] documentation

feature

- [ ] implementation - [ ] documentation

feature

- [ ] implementation - [ ] documentation

feature

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...

enhancement
breaking change

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...

feature

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...

enhancement

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...

maintenance

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

maintenance

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...

enhancement