Doraku / DefaultDocumentation

Create a simple markdown documentation from the Visual Studio xml one.
MIT No Attribution
157 stars 26 forks source link

DefaultDocumentationSections section "ExplicitInterfaceImplementations" missing #158

Open burnchar opened 3 months ago

burnchar commented 3 months ago

ExplicitInterfaceImplementations appears to be missing.

<DefaultDocumentationSections>Operators|ExplicitInterfaceImplementations</DefaultDocumentationSections>

Fails with:

0>DefaultDocumentation.targets(45,3): Error MSB4018 : The "DefaultDocumentationTask" task failed unexpectedly. System.Exception: Section 'ExplicitInterfaceImplementations' not found

Remove "|ExplicitInterfaceImplementations" and the documentation is generated.