Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This pull request fixes awkward grammar in XML documentation comments across multiple files by correcting the non-idiomatic "Enables to [verb]" construction to the more natural "Enables [verb]ing" form.
Changes:
- Updated XML documentation comments to use proper English grammar by changing "Enables to" constructions to "Enables [gerund]" across 10 files
- Fixed comments in production code (Management, Logging, Discovery, Configuration, Common) and test utilities
Reviewed changes
Copilot reviewed 10 out of 10 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| IEndpointOptionsMonitorProvider.cs | Fixed "Enables to register" to "Enables registering" in interface documentation |
| SerilogOptions.cs | Fixed two method parameter descriptions: "Enables to bind" and "Enables to configure" |
| SerilogLoggingBuilderExtensions.cs | Fixed two parameter descriptions for Serilog configuration methods |
| DynamicLoggerProvider.cs | Fixed class-level documentation for decorator functionality |
| DynamicPortAssignmentHostedService.cs | Fixed inner class documentation for options change triggering |
| ConfigServerConfigurationBuilderExtensions.cs | Fixed parameter description for Config Server configuration |
| TestFailureTracer.cs | Fixed class-level documentation for test failure logging |
| EnvironmentVariableScope.cs | Fixed class-level documentation for environment variable testing utility |
| CapturingLoggerProvider.cs | Fixed class-level documentation for test logger |
| BootstrapLoggerFactory.cs | Fixed two parameter descriptions for bootstrap logger configuration |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Contributor
Summary - All Code Coverage (ubuntu-latest)
|
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
TimHess
approved these changes
Feb 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



No description provided.