jamescrosswell / CommandRouting

A DNX alternative to MVC that lets you route directly to CQRS style command handlers.
MIT License
3 stars 3 forks source link

I want to be able to reconfigure the InputFormatter that CommandRouting uses on startup #2

Closed jamescrosswell closed 8 years ago

jamescrosswell commented 8 years ago

MVC 6 does this by allowing custom IInputFormatters to be specified in the options during service configuration - see here for an example using protobuf.