1

Closed

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.

No files are attached

Closed Jan 10 at 7:23 AM by eyalp


comments

mikkk wrote Feb 7 2011 at 1:35 PM

Oh my god, I was too fast. Sorry. Forgot to activate generation of XML documentation in referenced assembly.
Done and works.

This issue can be closed.