Skip to content

Some parent relationships are not visible in the dashboard #10680

@sebastienros

Description

@sebastienros

Is there an existing issue for this?

  • I have searched the existing issues

Describe the bug

var redis = builder.AddRedis("cache");

var externalService = builder
    .AddExternalService("external-service", "https://microsoft.com")
    .WithParentRelationship(redis);

The relationship is not represented in the resource table:

Image

However the graph shows this is defined:

Image

Expected Behavior

In the dashboard the external service should be displayed as a child of the redis resource.

Steps To Reproduce

No response

Exceptions (if any)

No response

.NET Version info

No response

Anything else?

Aspire 9.4

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-app-modelIssues pertaining to the APIs in Aspire.Hosting, e.g. DistributedApplication

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions