Skip to content

Incorrect XML documentation in PostgresBuilderExtensions.AddDatabase #10858

@julioct

Description

@julioct

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

  1. Review the XML documentation on PostgresBuilderExtensions.AddDatabase.
  2. Call the method as described.
  3. 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

Metadata

Metadata

Assignees

Labels

area-integrationsIssues pertaining to Aspire Integrations packagesdocumentationImprovements or additions to documentation

Type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions