24 references to CompletedWithWarning
Aspire.Hosting (5)
Pipelines\PipelineActivityReporter.cs (2)
36
CompletionState.
CompletedWithWarning
=> CompletionStates.CompletedWithWarning,
213
CompletionState.
CompletedWithWarning
=> $"{operationName} completed with warnings",
Pipelines\ReportingStep.cs (1)
148
CompletionState.
CompletedWithWarning
=> $"{Title} completed with warnings",
Publishing\PublishingExtensions.cs (2)
46
await step.CompleteAsync(completionText, CompletionState.
CompletedWithWarning
, cancellationToken).ConfigureAwait(false);
111
await task.CompleteAsync(message, CompletionState.
CompletedWithWarning
, cancellationToken).ConfigureAwait(false);
Aspire.Hosting.Azure (2)
AzureEnvironmentResource.cs (1)
385
CompletionState.
CompletedWithWarning
,
AzurePublishingContext.cs (1)
285
0 => ("No azure compute environments found in the model.", CompletionState.
CompletedWithWarning
),
Aspire.Hosting.Tests (7)
Publishing\PipelineActivityReporterTests.cs (6)
283
[InlineData(CompletionState.
CompletedWithWarning
, "Publishing completed with warnings", false)]
300
Assert.Equal(completionState == CompletionState.
CompletedWithWarning
, activity.Data.IsWarning);
340
await step2.CompleteAsync("Step 2 completed with warning", CompletionState.
CompletedWithWarning
, CancellationToken.None);
696
Assert.Equal(CompletionState.
CompletedWithWarning
, taskInternal.CompletionState);
749
[InlineData(CompletionState.
CompletedWithWarning
, "Deployment completed with warnings", false)]
766
Assert.Equal(completionState == CompletionState.
CompletedWithWarning
, activity.Data.IsWarning);
Publishing\PublishingExtensionsTests.cs (1)
103
Assert.Equal(CompletionState.
CompletedWithWarning
, taskInternal.CompletionState);
Pipelines.AppHost (10)
AppHost.cs (10)
90
CompletionState.
CompletedWithWarning
,
105
CompletionState.
CompletedWithWarning
,
125
CompletionState.
CompletedWithWarning
,
140
CompletionState.
CompletedWithWarning
,
160
CompletionState.
CompletedWithWarning
,
175
CompletionState.
CompletedWithWarning
,
198
CompletionState.
CompletedWithWarning
,
210
CompletionState.
CompletedWithWarning
,
224
CompletionState.
CompletedWithWarning
,
276
CompletionState.
CompletedWithWarning
,