currently a service would be implemented with all interfaces for ServiceType.ImplementedInterfaces and ServiceType.SelfAndImplementedInterfaces, which is not always wanted.
the propose is to add assembly attributes (possibly with the tagging?) to either exclude or include certain interfaces.
if both exclude and include attributes are present, it should error
currently a service would be implemented with all interfaces for
ServiceType.ImplementedInterfacesandServiceType.SelfAndImplementedInterfaces, which is not always wanted.the propose is to add assembly attributes (possibly with the tagging?) to either exclude or include certain interfaces.
if both exclude and include attributes are present, it should error