Currently in Mu.Server, the class ToNamedList has instances with up to nine different Named options. Adding tenth option to singleService generates a No instance for Mu.Server.ToNamedList error. As Mu.Server does not export Named or ToNamedList, it is not possible to generate an instance ToNamedList with enough Named options. How to handle potential requirements where library users would require more than nine methods?
Currently in
Mu.Server
, theclass ToNamedList
hasinstances
with up to nine differentNamed
options. Adding tenth option tosingleService
generates aNo instance for Mu.Server.ToNamedList
error. AsMu.Server
does not exportNamed
orToNamedList
, it is not possible to generate aninstance ToNamedList
with enoughNamed
options. How to handle potential requirements where library users would require more than ninemethods
?