Skip to content

Empty xml description #45

Description

@kurnakovv

Describe the bug
Empty description when you try to view any function in Visual Studio (not sure about other IDEs), but the XML docs exist.

To Reproduce

  1. Call any function (for example ITranslator.TranslateTextAsync)
  2. Hover your mouse over any function to see a xml description
  3. See nothing

Expected behavior
Xml docs: summary, params, etc

Screenshots or sample code

var translator = new Translator("my-api-key");
var result = await translator.TranslateTextAsync(
    text: "Hi, how do you do?",
    sourceLanguageCode: "EN",
    targetLanguageCode: "PL"
);

image

Additional context
This happens because the code does not have the GenerateDocumentationFile property. Info about this property here

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions