-
Notifications
You must be signed in to change notification settings - Fork 668
Labels
area-integrationsIssues pertaining to Aspire Integrations packagesIssues pertaining to Aspire Integrations packagesdocumentationImprovements or additions to documentationImprovements or additions to documentation
Milestone
Description
Is there an existing issue for this?
- I have searched the existing issues
Describe the bug
The XML documentation for PostgresBuilderExtensions.AddDatabase is incorrect. Calling this method will result in the database being created, contrary to what the documentation states.
Expected Behavior
The documentation should accurately state that calling AddDatabase will create the database.
Steps To Reproduce
- Review the XML documentation on PostgresBuilderExtensions.AddDatabase.
- Call the method as described.
- Observe that the database is created, which does not match the documentation.
Exceptions (if any)
No response
.NET Version info
No response
Anything else?
- ASP.NET Core version: 9
- .NET Aspire version (e.g. package versions): 9.4
Copilot
Metadata
Metadata
Assignees
Labels
area-integrationsIssues pertaining to Aspire Integrations packagesIssues pertaining to Aspire Integrations packagesdocumentationImprovements or additions to documentationImprovements or additions to documentation