You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hover your mouse over any function to see a xml description
See nothing
Expected behavior
Xml docs: summary, params, etc
Screenshots or sample code
vartranslator=new Translator("my-api-key");varresult=await translator.TranslateTextAsync(
text:"Hi, how do you do?",
sourceLanguageCode:"EN",
targetLanguageCode:"PL");
Additional context
This happens because the code does not have the GenerateDocumentationFile property. Info about this property here
The text was updated successfully, but these errors were encountered:
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
Expected behavior
Xml docs: summary, params, etc
Screenshots or sample code
Additional context
This happens because the code does not have the
GenerateDocumentationFile
property. Info about this property hereThe text was updated successfully, but these errors were encountered: