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