156 references to LogError
aspire (16)
DotNet\DotNetCliRunner.cs (13)
212logger.LogError(
396logger.LogError(
409logger.LogError("Failed to read stdout from the process. This should never happen.");
420logger.LogError("Failed to parse template version from stdout.");
796logger.LogError("Failed to add package {PackageName} with version {PackageVersion} to project {ProjectFilePath}. See debug logs for more details.", packageName, packageVersion, projectFilePath.FullName);
825logger.LogError("Failed to add project {ProjectFilePath} to solution {SolutionFilePath}. See debug logs for more details.", projectFile.FullName, solutionFile.FullName);
852logger.LogError("Failed to get NuGet config paths. Exit code was: {ExitCode}.", exitCode);
999logger.LogError(
1010logger.LogError("Failed to read stdout from the process. This should never happen.");
1028logger.LogError($"Failed to read JSON returned by the package search. {ex.Message}");
1066logger.LogError("Failed to get NuGet config paths. Exit code was: {ExitCode}.", exitCode);
1106logger.LogError("Failed to list solution projects. Exit code was: {ExitCode}.", exitCode);
1160logger.LogError("Failed to add project reference from {ProjectFile} to {ReferencedProject}. See debug logs for more details.", projectFile.FullName, referencedProject.FullName);
Aspire.Dashboard (3)
Aspire.Hosting (17)
Aspire.Hosting.DevTunnels (4)
DevTunnelCliClient.cs (4)
90logger?.LogError("Failed to create dev tunnel '{TunnelId}' (attempt {Attempt} of {MaxAttempts}). Exit code {ExitCode}: {Error}", tunnelId, attempts, _maxCliAttempts, exitCode, error);
178logger?.LogError("Failed to create port '{PortNumber}' for dev tunnel '{TunnelId}' (attempt {Attempt} of {MaxAttempts}). Exit code {ExitCode}: {Error}", portNumber, tunnelId, attempts, _maxCliAttempts, exitCode, error);
251logger?.LogError("CLI call returned non-zero exit code '{ExitCode}'. stderr output:\n{Error}", exitCode, error);
266logger?.LogError("CLI call returned empty output with exit code '{ExitCode}'.", exitCode);
Aspire.Hosting.Testing.Tests (1)
Aspire.Hosting.Tests (5)
AspireWithNode.AppHost (4)
AzureSearch.ApiService (1)
BuildValidator (9)
IIS.FunctionalTests (7)
IIS.LongTests (7)
IIS.NewHandler.FunctionalTests (7)
IIS.NewShim.FunctionalTests (7)
IIS.ShadowCopy.Tests (4)
IISExpress.FunctionalTests (10)
Interop.FunctionalTests (1)
Microsoft.AspNetCore.Authentication.Twitter (2)
Microsoft.AspNetCore.BrowserTesting (2)
Microsoft.AspNetCore.Hosting.Tests (2)
Microsoft.AspNetCore.Identity (2)
Microsoft.AspNetCore.InternalTesting.Tests (1)
Microsoft.AspNetCore.Server.IISIntegration (1)
Microsoft.AspNetCore.Server.IntegrationTesting (4)
Microsoft.AspNetCore.Server.IntegrationTesting.IIS (2)
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Microsoft.AspNetCore.SignalR.StackExchangeRedis.Tests (2)
Microsoft.AspNetCore.SpaProxy (2)
Microsoft.AspNetCore.SpaServices.Extensions (1)
Microsoft.AspNetCore.WebSockets.ConformanceTests (2)
Microsoft.CodeAnalysis.LanguageServer (11)
Microsoft.CodeAnalysis.Workspaces.MSBuild (2)
Microsoft.DotNet.Build.Tasks.Feed (1)
Microsoft.Extensions.Diagnostics.Testing.Tests (13)
Microsoft.Extensions.Telemetry.PerformanceTests (2)