NCIOCPL / drug-dictionary-api

NCI Drug Dictionary API
0 stars 3 forks source link

Swagger document not displaying help text #16

Closed blairlearn closed 4 years ago

blairlearn commented 4 years ago

Issue description

The generated swagger document doesn't display the helper text for API methods.

Documentation XML files aren't created because the NCIOCPL.Api.DrugDictionary.csproj file is missing the entry:

    <PropertyGroup>
        <GenerateDocumentationFile>true</GenerateDocumentationFile>
    </PropertyGroup>

ESTIMATE 1

Steps to reproduce the issue

  1. Build and run the prohect
  2. Browse to http://localhost:5000
  3. Expand any of the API methods.

What's the expected result?

What's the actual result?