Publish As Azure Postgres Flexible Server Error #4590
Unanswered
varndellwagglebee
asked this question in
Q&A
Replies: 2 comments
-
I bet copilot generated that code. That method doesn't exist. You can see it on the docs here https://learn.microsoft.com/en-us/dotnet/api/aspire.hosting.azurepostgresextensions.publishasazurepostgresflexibleserver?view=dotnet-aspire-8.0.1 There are 2 overloads and the second one takes 3 arguments. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Moving this over to discussions since this is more of a Q&A. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have the following in my progam.cs file of the AppHost project and It's giving me an error:
Delegate 'Action<IResourceBuilder, ResourceModuleConstruct, PostgreSqlFlexibleServer>' does not take 1 arguments
Beta Was this translation helpful? Give feedback.
All reactions