-
Notifications
You must be signed in to change notification settings - Fork 462
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
Service Discovery: Implement approved API #3413
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.
Endpoint
> EndPoint
Across **/PublicAPI.Shipped.txt, I see 261 instances of "Point" and 871 instances of "point" (text matches, not symbol names). Edit: It was pointed out to me that this PR is in dotnet/aspire and not dotnet/aspnetcore. 🤦 |
...crosoft.Extensions.ServiceDiscovery/PassThrough/PassThroughServiceEndpointProviderFactory.cs
Outdated
Show resolved
Hide resolved
src/Microsoft.Extensions.ServiceDiscovery.Abstractions/Internal/ServiceEndpointImpl.cs
Outdated
Show resolved
Hide resolved
src/Microsoft.Extensions.ServiceDiscovery.Abstractions/ServiceEndpoint.cs
Outdated
Show resolved
Hide resolved
src/Microsoft.Extensions.ServiceDiscovery.Abstractions/ServiceEndpoint.cs
Outdated
Show resolved
Hide resolved
…Endpoint.cs Co-authored-by: Stephen Halter <[email protected]>
1c3f56d
to
fc1c786
Compare
/backport to release/8.0 |
Started backporting to release/8.0: https://github.com/dotnet/aspire/actions/runs/8584565472 |
This PR implements the changes decided on during the final API review: dotnet/aspnetcore#53715 (comment)
Fixes dotnet/aspnetcore#53715
Microsoft Reviewers: Open in CodeFlow