8 instantiations of MauiBuildQueueAnnotation
Aspire.Hosting.Maui (1)
MauiProjectResourceExtensions.cs (1)
68
resource.Annotations.Add(new
MauiBuildQueueAnnotation
());
Aspire.Hosting.Maui.Tests (7)
MauiBuildQueueTests.cs (7)
28
var annotation = new
MauiBuildQueueAnnotation
();
36
parent.Annotations.Add(new
MauiBuildQueueAnnotation
());
43
var annotation = new
MauiBuildQueueAnnotation
();
430
parent.Annotations.Add(new
MauiBuildQueueAnnotation
());
1356
parent.Annotations.Add(new
MauiBuildQueueAnnotation
());
1387
parent1.Annotations.Add(new
MauiBuildQueueAnnotation
());
1393
parent2.Annotations.Add(new
MauiBuildQueueAnnotation
());
45 references to MauiBuildQueueAnnotation
Aspire.Hosting.Maui (4)
Lifecycle\MauiBuildQueueEventSubscriber.cs (4)
78
if (!parent.TryGetLastAnnotation<
MauiBuildQueueAnnotation
>(out
var
queueAnnotation))
495
/// via the <see cref="
MauiBuildQueueAnnotation
.CancelResource"/> method, while delegating
498
private void EnsureStopCommandReplaced(IResource resource,
MauiBuildQueueAnnotation
queueAnnotation)
Aspire.Hosting.Maui.Tests (41)
MauiBuildQueueTests.cs (41)
28
var
annotation = new MauiBuildQueueAnnotation();
37
Assert.True(parent.TryGetLastAnnotation<
MauiBuildQueueAnnotation
>(out _));
43
var
annotation = new MauiBuildQueueAnnotation();
63
Assert.True(env.Parent.TryGetLastAnnotation<
MauiBuildQueueAnnotation
>(out
var
annotation));
81
Assert.True(env.Parent.TryGetLastAnnotation<
MauiBuildQueueAnnotation
>(out
var
annotation));
226
Assert.True(env.Parent.TryGetLastAnnotation<
MauiBuildQueueAnnotation
>(out
var
annotation));
380
Assert.True(env.Parent.TryGetLastAnnotation<
MauiBuildQueueAnnotation
>(out
var
annotation));
461
Assert.True(parent.TryGetLastAnnotation<
MauiBuildQueueAnnotation
>(out
var
annotation));
480
Assert.True(env.Parent.TryGetLastAnnotation<
MauiBuildQueueAnnotation
>(out
var
annotation));
547
Assert.True(env.Parent.TryGetLastAnnotation<
MauiBuildQueueAnnotation
>(out
var
annotation));
625
Assert.True(env.Parent.TryGetLastAnnotation<
MauiBuildQueueAnnotation
>(out
var
annotation));
644
Assert.True(env.Parent.TryGetLastAnnotation<
MauiBuildQueueAnnotation
>(out
var
annotation));
714
Assert.True(env.Parent.TryGetLastAnnotation<
MauiBuildQueueAnnotation
>(out
var
annotation));
771
Assert.True(env.Parent.TryGetLastAnnotation<
MauiBuildQueueAnnotation
>(out
var
annotation));
798
Assert.True(env.Parent.TryGetLastAnnotation<
MauiBuildQueueAnnotation
>(out
var
annotation));
839
Assert.True(env.Parent.TryGetLastAnnotation<
MauiBuildQueueAnnotation
>(out
var
annotation));
886
Assert.True(env.Parent.TryGetLastAnnotation<
MauiBuildQueueAnnotation
>(out
var
annotation));
928
Assert.True(env.Parent.TryGetLastAnnotation<
MauiBuildQueueAnnotation
>(out
var
annotation));
976
Assert.True(env.Parent.TryGetLastAnnotation<
MauiBuildQueueAnnotation
>(out
var
annotation));
1016
Assert.True(env.Parent.TryGetLastAnnotation<
MauiBuildQueueAnnotation
>(out
var
annotation));
1106
Assert.True(env.Parent.TryGetLastAnnotation<
MauiBuildQueueAnnotation
>(out
var
annotation));
1347
Parent.TryGetLastAnnotation<
MauiBuildQueueAnnotation
>(out
var
annotation);