I am using service stack with .net core, the service stack docs here say to implement IHasVersion but how we can route request coming for two different versions. Does that mean we need to have two different instances for the same service?
Asked
Active
Viewed 224 times
1 Answers
1
ServiceStacks recommendation is evolve Services gracefully and not try to maintain multiple implementations which causes undue friction in static type language.

mythz
- 141,670
- 29
- 246
- 390