IResourceWithParent not supported with projects and executables
Opened this issue · 0 comments
JamesNK commented
Is there an existing issue for this?
- I have searched the existing issues
Describe the bug
There is logic in ApplicationExecutor for setting parent information onto child resources. However, it's only supported when the parent is a container:
aspire/src/Aspire.Hosting/Dcp/ApplicationExecutor.cs
Lines 195 to 209 in 3a35141
Expected Behavior
IResourceWithParent should work well for containers, projects and executables.
Steps To Reproduce
No response
Exceptions (if any)
No response
.NET Version info
No response
Anything else?
No response