Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Empty xml description #45

Open
kurnakovv opened this issue Mar 18, 2024 · 0 comments
Open

Empty xml description #45

kurnakovv opened this issue Mar 18, 2024 · 0 comments

Comments

@kurnakovv
Copy link

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

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

No branches or pull requests

1 participant