Mitch Denny

Results 222 comments of Mitch Denny
trafficstars

> Just found out that this implementation fails to add the same endpoint with different service names, which should be possible, by design. > > @mitchdenny, would `Action` make it...

Can you give me a scenario where you would want this? I get why you might want to rename the service name. But renaming it and keeping the existing one,...

Yeah you can map multiple endpoints to the same container port: ```csharp var builder = DistributedApplication.CreateBuilder(args); var grafana = builder.AddContainer("grafana", "grafana/grafana") .WithEndpoint(targetPort: 3000, scheme: "http", name: "ep1") .WithEndpoint(targetPort: 3000, scheme:...

Note these aren't setting service discovery variables, just regular environment variables. But you can set variables that match the service discovery format. It might make sense to have an overload...

@radical is handling this as part of another issue/PR: https://github.com/dotnet/aspire/pull/5208

Putting it to the backlog. @radical has done work on running playground apps during CI - but I don't think we are doing the manifest check yet.

I think that there are two connected issues here around _Durability_ and _Persistence_. A lot of people who want durability possibly want it for the purposes of persistence (i.e. they...

This is in 8.1 but I want to set expectations here that I don't think that this feature will land entirely in 8.1, progress will be made - but it...

Linking in https://github.com/dotnet/aspire/issues/1623