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