سؤال

How do I publish the xml-comments with my assemblies in a NuGet Package so that consumers can see class / method comments?

هل كانت مفيدة؟

المحلول

You should be able to add the xml files to the NuGet package alongside your assemblies. Then these comments should be found by Visual Studio and displayed in its intellisense windows.

One example NuGet package that does this is AvalonEdit.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top