1 instantiation of CustomResource
Aspire.Hosting.Tests (1)
HealthCheckTests.cs (1)
161builder.AddResource(new CustomResource("test"))
3 references to CustomResource
Aspire.Hosting.Tests (3)
HealthCheckTests.cs (3)
181private sealed class CustomChildResource(string name, CustomResource parent) : Resource(name), IResourceWithParent<CustomResource> 183public CustomResource Parent => parent;