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