-
Notifications
You must be signed in to change notification settings - Fork 8
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
docs: use documentation tags where appropriate #130
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
love it!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wow interesting did not know you could do this w/ c#. TIL c# suprises me in new ways every day. :) This looks cleaner/easier to maintain to me! Nice work! we should make sure to double check in IDE as well make sure all looks good to end user w/ this new approach.
I verified in VS Code but we should followup in Visual Studio and Rider as well. |
Use the breadth of .NET documentation tags where appropriate. The previous code had markdown in places which will not display correctly in Intellisense.
This also reduces a lot of copy-paste documentation by using
inheritdoc
.Closes #127