Skip to content

Typo in Service discovery in .NET page #51424

@abezkorovayny

Description

@abezkorovayny

Describe the issue or suggestion

Type of issue
Typo

Description
While reading the article, there is a sentence that reads "The configuration resolver is configured using the ConfigurationServiceEndpointProviderOptions class..".

However, the code snippet below is using ConfigurationServiceEndPointResolverOptions class, which is not available in the namespace.

I believe, the code snippet should be updated to fix the class name to ConfigurationServiceEndpointProviderOptions:

builder.Services.Configure<ConfigurationServiceEndpointProviderOptions>(
  ..
);

Page URL

https://learn.microsoft.com/en-us/dotnet/core/extensions/service-discovery?tabs=dotnet-cli#configuration

Content source URL

https://github.com/dotnet/docs/blob/main/docs/core/extensions/service-discovery.md

Metadata

Metadata

Assignees

No one assigned

    Labels

    ⌚ Not TriagedNot triageddoc-buggood first issueIssue should be good for first-time contributors, with clear instructionshelp wantedGood for community contributors to help [up-for-grabs]okr-qualityContent-quality KR: Concerns article defects (bugs), freshness, or build warnings.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions