-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request
Description
We should enable the GenerateDocumentationFile setting in the project file.
This has a few advantages:
- When we build the SDK for deployment to NuGet, the comments and documentation get included and the user can see the comments using Intellisense or by looking at the decompiled binaries
- When building the SDK, the compiler gives warnings for any areas of code with missing or incorrect documentation
After enabling it, we would have to look at and address all the warnings by writing or fixing documentation.
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request