4 references to GetResourcePropertyValue
Aspire.Hosting.Tests (4)
DistributedApplicationTests.cs (4)
2157GetResourcePropertyValue(e, KnownProperties.Container.Id) is string, 2162GetResourcePropertyValue(e, KnownProperties.Executable.Pid) is int, 2165var containerId = Assert.IsType<string>(GetResourcePropertyValue(containerEvent, KnownProperties.Container.Id)); 2166var executablePid = Assert.IsType<int>(GetResourcePropertyValue(executableEvent, KnownProperties.Executable.Pid));