문제

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