16 references to AddError
Aspire.Hosting (4)
Dashboard\DashboardOptions.cs (2)
45builder.AddError($"Failed to configure dashboard resource because {KnownConfigNames.AspNetCoreUrls} environment variable was not set."); 50builder.AddError($"Failed to configure dashboard resource because {KnownConfigNames.DashboardOtlpGrpcEndpointUrl} and {KnownConfigNames.DashboardOtlpHttpEndpointUrl} environment variables are not set. At least one OTLP endpoint must be provided.");
Dcp\DcpOptions.cs (2)
101builder.AddError("The path to the DCP executable used for Aspire orchestration is required.", "CliPath"); 106builder.AddError("The path to the Aspire Dashboard binaries is missing.", "DashboardPath");
Microsoft.AspNetCore.Diagnostics.Middleware (1)
Buffering\PerRequestLogBufferingOptionsCustomValidator.cs (1)
28resultBuilder.AddError("Only one wildcard character is allowed in category name.", nameof(options.Rules));
Microsoft.AspNetCore.HeaderParsing (1)
HeaderParsingOptionsManualValidator.cs (1)
18builder.AddError(
Microsoft.Extensions.Compliance.Testing (1)
FakeRedactorOptionsCustomValidator.cs (1)
24builder.AddError(
Microsoft.Extensions.Diagnostics.Probes (1)
KubernetesProbesOptionsValidator.cs (1)
18builder.AddError("Liveness, startup and readiness probes must use different ports.");
Microsoft.Extensions.Diagnostics.ResourceMonitoring (2)
ResourceMonitoringOptionsCustomValidator.cs (2)
18builder.AddError( 28builder.AddError(nameof(options.SourceIpAddresses), "must contain IPv4 or IPv6 addresses only");
Microsoft.Extensions.Http.Resilience (5)
Hedging\Internals\Validators\HttpStandardHedgingResilienceOptionsCustomValidator.cs (3)
19builder.AddError($"Total request timeout strategy must have a greater timeout than the attempt timeout strategy. " + 27builder.AddError("The sampling duration of circuit breaker strategy needs to be at least double of " + 41builder.AddError($"The cumulative delay of the hedging strategy is larger than total request timeout interval. " +
Resilience\Internal\Validators\HttpStandardResilienceOptionsCustomValidator.cs (2)
19builder.AddError($"Total request timeout resilience strategy must have a greater timeout than the attempt resilience strategy. " + 26builder.AddError("The sampling duration of circuit breaker strategy needs to be at least double of " +
Microsoft.Extensions.Telemetry (1)
Buffering\GlobalLogBufferingOptionsCustomValidator.cs (1)
27resultBuilder.AddError("Only one wildcard character is allowed in category name.", nameof(options.Rules));