Closed sibber5 closed 3 weeks ago
.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:
https://github.com/dotnet/aspire/blob/34d6aabf330dd4ea0bf69fca138c8c1ba1250fce/src/Aspire.Hosting/ResourceBuilderExtensions.cs#L458
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:
https://github.com/dotnet/aspire/blob/34d6aabf330dd4ea0bf69fca138c8c1ba1250fce/src/Aspire.Hosting/ResourceBuilderExtensions.cs#L458