XmlComments attribute should consider all XML documentation files in output directory
description
The WCFExtras.Utils.XmlCommentsUtils.LoadXmlComments(Type, bool) method does not consider XML documentation files of referenced assemblies.
I have a class library containing my contracts. This class library references other assemblies that contain other DataContracts used in my service. The problem is that documentation is only processed for the assembly containing the ServiceContract and the XmlCommentsAttribute.