We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Development IDE shows XMLDOC when using the library.
No Docs are shown.
instanciate a class: new FormattedText( and navigate through constructors. Nothing there.
<DocumentationFile>bin\Release\net45\blabla.xml</DocumentationFile>
This should be included in the csproj file. Also, Xml Doc creation must be activated for the project.
The text was updated successfully, but these errors were encountered:
dotnet/sdk#795 http://wmpratt.com/dotnet-publish-where-are-my-xml-docs/
Sorry, something went wrong.
Docs work in 0.6.0
No branches or pull requests
Bug Report or Feature Request (mark with an x)
Expected Behavior
Development IDE shows XMLDOC when using the library.
Actual Behavior
No Docs are shown.
Steps to reproduce the behavior
instanciate a class: new FormattedText( and navigate through constructors. Nothing there.
The log given by the failure.
Mention any other details that might be useful
This should be included in the csproj file. Also, Xml Doc creation must be activated for the project.
The text was updated successfully, but these errors were encountered: