17 references to BuildSemaphore
Aspire.Hosting.Maui (1)
Lifecycle\MauiBuildQueueEventSubscriber.cs (1)
68var semaphore = queueAnnotation.BuildSemaphore;
Aspire.Hosting.Maui.Tests (16)
MauiBuildQueueTests.cs (16)
26Assert.Equal(1, annotation.BuildSemaphore.CurrentCount); 61Assert.Equal(0, annotation!.BuildSemaphore.CurrentCount); 79Assert.Equal(1, annotation!.BuildSemaphore.CurrentCount); 224Assert.Equal(1, annotation!.BuildSemaphore.CurrentCount); 378Assert.Equal(1, annotation!.BuildSemaphore.CurrentCount); 386Assert.Equal(1, annotation.BuildSemaphore.CurrentCount); 457Assert.Equal(1, annotation!.BuildSemaphore.CurrentCount); 476Assert.Equal(1, annotation!.BuildSemaphore.CurrentCount); 541Assert.Equal(0, annotation!.BuildSemaphore.CurrentCount); 619Assert.Equal(0, annotation!.BuildSemaphore.CurrentCount); 630Assert.Equal(1, annotation.BuildSemaphore.CurrentCount); 638await annotation!.BuildSemaphore.WaitAsync(); 651annotation.BuildSemaphore, 656Assert.Equal(0, annotation.BuildSemaphore.CurrentCount); 664Assert.Equal(1, annotation.BuildSemaphore.CurrentCount); 736Assert.Equal(1, annotation!.BuildSemaphore.CurrentCount);