Skip to content
Discussion options

You must be logged in to vote

It's not intuitive how you'd make this work:

.WithArgs(context =>
{
  context.Args.Add("apply");
  context.Args.Add("all");
  context.Args.Add(new ConnectionStringReference(db.Resource, optional: false)));
})

We need to add the string interpolation overload to adding args.

Another issue I'm having is passing the endpoint to a service to the console app. The tricky part is that I want the service to wait for the console app to terminate before it starts. For now I have hardcoded the port number.

I'm not fully understanding this. You want the console app to terminate before which service starts?

Replies: 1 comment 14 replies

Comment options

You must be logged in to vote
14 replies
@kwaazaar
Comment options

@davidfowl
Comment options

@kwaazaar
Comment options

@davidfowl
Comment options

@davidfowl
Comment options

Answer selected by Kralizek
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants