We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
.NET Aspire API docs: WithEndpoint
WithEndpoint
The description of the first overload is
Changes an existing creates a new endpoint if it doesn't exist and invokes callback to modify the defaults.
where i think it should be "Changes an existing or creates"/
See:
aspire/src/Aspire.Hosting/ResourceBuilderExtensions.cs
Line 458 in 34d6aab
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the issue or suggestion
.NET Aspire API docs:
WithEndpoint
The description of the first overload is
where i think it should be "Changes an existing or creates"/
See:
aspire/src/Aspire.Hosting/ResourceBuilderExtensions.cs
Line 458 in 34d6aab
The text was updated successfully, but these errors were encountered: