14 references to AddError
Aspire.Hosting (4)
Dashboard\DashboardOptions.cs (2)
45builder.AddError("Failed to configure dashboard resource because ASPNETCORE_URLS environment variable was not set."); 50builder.AddError("Failed to configure dashboard resource because DOTNET_DASHBOARD_OTLP_ENDPOINT_URL and DOTNET_DASHBOARD_OTLP_HTTP_ENDPOINT_URL environment variables are not set. At least one OTLP endpoint must be provided.");
Dcp\DcpOptions.cs (2)
88builder.AddError("The path to the DCP executable used for Aspire orchestration is required.", "CliPath"); 93builder.AddError("The path to the Aspire Dashboard binaries is missing.", "DashboardPath");
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 " +