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