Skip to content
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

Added XML docs to the AddServiceDefaults and other extensions methods. #8180

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

saibimajdi
Copy link

@saibimajdi saibimajdi commented Mar 19, 2025

Description

Added XML docs to these extension methods.

  • AddServiceDefaults<TBuilder>(this TBuilder builder)
  • ConfigureOpenTelemetry<TBuilder>(this TBuilder builder)
  • AddOpenTelemetryExporters<TBuilder>(this TBuilder builder)
  • AddDefaultHealthChecks<TBuilder>(this TBuilder builder)
  • MapDefaultEndpoints(this WebApplication app)

Fixes #4079

Checklist

  • Is this feature complete?
    • Yes. Ready to ship.
    • No. Follow-up changes expected.
  • Are you including unit tests for the changes and scenario tests if relevant?
    • Yes
    • No
  • Did you add public API?
    • Yes
      • If yes, did you have an API Review for it?
        • Yes
        • No
      • Did you add <remarks /> and <code /> elements on your triple slash comments?
        • Yes
        • No
    • No
  • Does the change make any security assumptions or guarantees?
    • Yes
      • If yes, have you done a threat model and had a security review?
        • Yes
        • No
    • No
  • Does the change require an update in our Aspire docs?

@Copilot Copilot bot review requested due to automatic review settings March 19, 2025 18:21
@dotnet-policy-service dotnet-policy-service bot added the community-contribution Indicates that the PR has been added by a community member label Mar 19, 2025
Copy link
Contributor

@Copilot 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 adds XML documentation comments to the ServiceDefaults extension methods across multiple projects for improved developer guidance. The changes include adding summaries and parameter descriptions to:

  • AddServiceDefaults
  • ConfigureOpenTelemetry
  • AddOpenTelemetryExporters (private)
  • AddDefaultHealthChecks
  • MapDefaultEndpoints

Reviewed Changes

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

Show a summary per file
File Description
playground/seq/Seq.ServiceDefaults/Extensions.cs Added XML docs to all extension methods.
playground/Playground.ServiceDefaults/Extensions.cs Added XML docs to all extension methods.
src/Aspire.ProjectTemplates/templates/aspire-starter/9.2/Aspire-StarterApplication.1.ServiceDefaults/Extensions.cs Added XML docs to all extension methods.
src/Aspire.ProjectTemplates/templates/aspire-empty/9.1/AspireApplication.1.ServiceDefaults/Extensions.cs Added XML docs to all extension methods.
playground/TestShop/TestShop.ServiceDefaults/Extensions.cs Added XML docs to all extension methods.
tests/TestingAppHost1/TestingAppHost1.ServiceDefaults/Extensions.cs Added XML docs to all extension methods.
src/Aspire.ProjectTemplates/templates/aspire-empty/9.2/AspireApplication.1.ServiceDefaults/Extensions.cs Added XML docs to all extension methods.
src/Aspire.ProjectTemplates/templates/aspire-servicedefaults/9.1/Extensions.cs Added XML docs to all extension methods.
src/Aspire.ProjectTemplates/templates/aspire-servicedefaults/9.2/Extensions.cs Added XML docs to all extension methods.
src/Aspire.ProjectTemplates/templates/aspire-starter/9.1/Aspire-StarterApplication.1.ServiceDefaults/Extensions.cs Added XML docs to all extension methods.
Comments suppressed due to low confidence (1)

playground/seq/Seq.ServiceDefaults/Extensions.cs:17

  • The XML summary for AddServiceDefaults mentions 'service discovery' and 'HTTP client defaults', but the method implementation only configures OpenTelemetry and health checks. Consider updating the documentation to accurately reflect the implemented functionality.
/// Adds default services to the host application builder, including OpenTelemetry configuration, default health checks, service discovery, and HTTP client defaults.

@saibimajdi
Copy link
Author

@saibimajdi please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information.

@dotnet-policy-service agree [company="{your company}"]

Options:

  • (default - no company specified) I have sole ownership of intellectual property rights to my Submissions and I am not making Submissions in the course of work for my employer.
@dotnet-policy-service agree
  • (when company given) I am making Submissions in the course of work for my employer (or my employer has intellectual property rights in my Submissions by contract or applicable law). I have permission from my employer to make Submissions and enter into this Agreement on behalf of my employer. By signing below, the defined term “You” includes me and my employer.
@dotnet-policy-service agree company="Microsoft"

Contributor License Agreement

@dotnet-policy-service agree

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-templates community-contribution Indicates that the PR has been added by a community member
Projects
None yet
Development

Successfully merging this pull request may close these issues.

add XML docs to methods in the templates
1 participant