-
Notifications
You must be signed in to change notification settings - Fork 84
Xml docs essentials core #1380
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
base: main
Are you sure you want to change the base?
Xml docs essentials core #1380
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.
Pull request overview
This pull request updates XML documentation comments across the PepperDash.Essentials.Core project to fix missing or malformed documentation. The changes are purely documentation-related with no functional code modifications.
Changes:
- Added missing XML documentation comments for constructors, properties, methods, parameters, and enum values
- Fixed positioning of XML comments relative to attributes (moved comments before attributes where they were incorrectly placed after)
- Corrected indentation and formatting issues in XML comments
- Added missing parameter documentation for methods
Reviewed changes
Copilot reviewed 250 out of 250 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| SetDeviceStreamDebugRequestHandler.cs | Added class and constructor documentation, fixed attribute/comment ordering |
| GetTieLinesRequestHandler.cs | Added constructor and method documentation |
| GetRoutingPortsHandler.cs | Added constructor and method documentation, fixed attribute positioning |
| GetRoutesHandler.cs | Added constructor and method documentation, fixed comment positioning |
| DoNotLoadConfigOnNextBootRequestHandler.cs | Fixed indentation, corrected attribute/comment ordering |
| DebugSessionRequestHandler.cs | Added constructor documentation |
| AppDebugRequestHandler.cs | Fixed indentation and attribute positioning |
| Multiple Web/Config files | Fixed XML comment positioning and indentation |
| Multiple interface files | Added property and method documentation |
| Multiple device/routing files | Added comprehensive documentation for interfaces and implementations |
| Multiple join map files | Added field documentation for join definitions |
| Multiple factory classes | Added constructor and method documentation |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Updated xml comments that were missing or malformed.