You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm configuring parent/child relationships with resources and I've noticed that if a parent resource isn't a container resource then it doesn't nest in the dashboard.
Take this picture as an example:
Notice that the sqlite-sqliteweb resource states that sqlite is its parent but doesn't appear nested.
Is there an existing issue for this?
Describe the bug
I'm configuring parent/child relationships with resources and I've noticed that if a parent resource isn't a container resource then it doesn't nest in the dashboard.
Take this picture as an example:
Notice that the
sqlite-sqliteweb
resource states thatsqlite
is its parent but doesn't appear nested.Expected Behavior
Nesting is displayed per the relationship.
Steps To Reproduce
Change can be found in this PR: CommunityToolkit/Aspire#563
Run the SQLite example app.
Exceptions (if any)
No response
.NET Version info
No response
Anything else?
The
SqliteWebResource
is aContainerResource
whereasSqliteResource
just inherits fromResource
.If you flip the relationship and make
SqliteResource
a child ofSqliteWebResource
it then does show correctly.The text was updated successfully, but these errors were encountered: