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