Skip to content

Conversation

@erikdred
Copy link
Contributor

Updated xml comments that were missing or malformed.

Copy link
Contributor

Copilot AI left a 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 PR completes XML documentation across PD Core by adding missing XML documentation comments and commenting out XML docs for already-commented code blocks. The changes focus on improving code documentation for maintainability.

Changes:

  • Added XML documentation for class declarations, properties, constructors, and methods in logging and web request handler components
  • Commented out XML documentation that was describing commented-out code
  • Fixed indentation for some existing XML comments

Reviewed changes

Copilot reviewed 9 out of 10 changed files in this pull request and generated 12 comments.

Show a summary per file
File Description
src/PepperDash.Core/Web/WebApiServer.cs Commented out XML documentation for commented-out properties
src/PepperDash.Core/Web/RequestHandlers/WebApiBaseRequestHandler.cs Added XML documentation for the EnableCors field
src/PepperDash.Core/Web/RequestHandlers/WebApiBaseRequestAsyncHandler.cs Added class-level and EnableCors field XML documentation
src/PepperDash.Core/Logging/DebugWebsocketSink.cs Added XML documentation for properties, constructors, methods, and extension class
src/PepperDash.Core/Logging/DebugExtensions.cs Added class-level XML documentation
src/PepperDash.Core/Logging/DebugErrorLogSink.cs Added XML documentation for constructor
src/PepperDash.Core/Logging/DebugCrestronLoggerSink.cs Added XML documentation for constructor
src/PepperDash.Core/Logging/DebugConsoleSink.cs Added XML documentation for constructor and extension class
src/PepperDash.Core/Device.cs Fixed XML comment indentation and commented out docs for commented code

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 9 out of 9 changed files in this pull request and generated 4 comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants