David Fowler
David Fowler
Any logs? Check the Aspire extension logs and the Aspire logs in VS code.
I think we'll need to go with an approach like this trust fall approach. All of the outpts need to be satisfied though so it means that we have to...
@copilot Lets rename this to GetStepsByTag since it's a string overload.
```C# builder.AddViteApp( name: "projectname", appDirectory: "../projectfolder" ) .WithEndpoint("http", (endpointAnnotation) => { endpointAnnotation.Port = 5173; }) .WithReference(apiService) .WaitFor(apiService) .WithExternalHttpEndpoints(); ``` This should be enough. There's a proxy in front of the...
That's correct, WithEndpoint adds an endpoint. That's why it complained about duplicate endpoints. AddViteApp already adds the endpoint.
This issue is about a C# interface not a user interface 😅. I’ve marked it as off topic, and yea you can file a new issue
There's a bug in the consumer, I think this is a resiliency problem.
Not sure if we should be setting CWD, but we should set the apphost base directory.
We’re going to all child resource inherit parent state
@afscrome yes this is not formalized today but @mitchdenny wants to spend more time (in https://github.com/dotnet/aspire/issues/6040) coming up with a lifecycle model to manage resources. What you have there looks...