535 references to LogInformation
aspire (40)
Certificates\CertificateGeneration\CertificateManager.cs (3)
1524_logger.LogInformation("For OpenSSL trust to take effect, '{CertDir}' must be listed in the {EnvVarName} environment variable. For example, `export {EnvVarName}=\"{CertDir}:{OpenSslDir}\"`. See https://aka.ms/dev-certs-trust for more information.", certDir, envVarName, envVarName, certDir, openSslDir);
1528_logger.LogInformation("For OpenSSL trust to take effect, '{CertDir}' must be listed in the {EnvVarName} environment variable. See https://aka.ms/dev-certs-trust for more information.", certDir, envVarName);
1540_logger.LogInformation("For OpenSSL trust to take effect, '{CertDir}' must be listed in the {EnvVarName} environment variable. For example, `export {EnvVarName}=\"{CertDir}:${EnvVarName}\"`. See https://aka.ms/dev-certs-trust for more information.", certDir, envVarName, envVarName, certDir, envVarName);
DotNet\DotNetCliRunner.cs (6)
714logger.LogInformation("Adding package {PackageName} with version {PackageVersion} to project {ProjectFilePath}", packageName, packageVersion, projectFilePath.FullName);
731logger.LogInformation("Package {PackageName} with version {PackageVersion} added to project {ProjectFilePath}", packageName, packageVersion, projectFilePath.FullName);
743logger.LogInformation("Adding project {ProjectFilePath} to solution {SolutionFilePath}", projectFile.FullName, solutionFile.FullName);
760logger.LogInformation("Project {ProjectFilePath} added to solution {SolutionFilePath}", projectFile.FullName, solutionFile.FullName);
1110logger.LogInformation("Adding project reference from {ProjectFile} to {ReferencedProject}", projectFile.FullName, referencedProject.FullName);
1127logger.LogInformation("Project reference added from {ProjectFile} to {ReferencedProject}", projectFile.FullName, referencedProject.FullName);
Aspire.Cli.Tests (3)
Aspire.Dashboard (20)
Aspire.Dashboard.Components.Tests (39)
Aspire.Dashboard.Tests (20)
Aspire.Hosting (68)
Aspire.Hosting.Azure (16)
Aspire.Hosting.Azure.AppContainers (1)
Aspire.Hosting.Azure.Kusto.Tests (2)
Aspire.Hosting.DevTunnels (15)
DevTunnelResourceBuilderExtensions.cs (7)
144logger.LogInformation("Ensuring user is logged in to dev tunnel service");
150logger.LogInformation("Creating dev tunnel '{TunnelId}'", tunnelResource.TunnelId);
184logger.LogInformation("Deleting {Count} unmodeled ports from dev tunnel '{TunnelId}': {Ports}", unmodeledPorts.Count, tunnelResource.TunnelId, string.Join(", ", unmodeledPorts.Select(p => p.PortNumber)));
194portLogger.LogInformation("Tunnel starting");
211portLogger.LogInformation("Created dev tunnel port '{Port}' on tunnel '{Tunnel}' targeting endpoint '{Endpoint}' on resource '{TargetResource}'", portResource.TargetEndpoint.Port, portResource.DevTunnel.TunnelId, portResource.TargetEndpoint.EndpointName, portResource.TargetEndpoint.Resource.Name);
724portLogger.LogInformation("Forwarding from {PortUrl} to {TargetUrl} ({TargetResourceName}/{TargetEndpointName})", tunnelPortStatus.PortUri.ToString().TrimEnd('/'), portResource.TargetEndpoint.Url, portResource.TargetEndpoint.Resource.Name, portResource.TargetEndpoint.EndpointName);
760portLogger.LogInformation("Port forwarding stopped");
Aspire.Hosting.DevTunnels.Tests (2)
Aspire.Hosting.Docker (2)
Aspire.Hosting.DotnetTool.Tests (2)
Aspire.Hosting.Foundry (5)
Aspire.Hosting.Foundry.Tests (2)
Aspire.Hosting.GitHub.Models.Tests (2)
Aspire.Hosting.JavaScript.Tests (2)
Aspire.Hosting.Kafka.Tests (2)
Aspire.Hosting.Kubernetes (1)
Aspire.Hosting.Maui (2)
Aspire.Hosting.MySql.Tests (2)
Aspire.Hosting.OpenAI.Tests (2)
Aspire.Hosting.PostgreSQL.Tests (2)
Aspire.Hosting.Python (1)
Aspire.Hosting.RabbitMQ.Tests (2)
Aspire.Hosting.RemoteHost (8)
Aspire.Hosting.Testing.Tests (1)
Aspire.Hosting.Tests (78)
Aspire.Hosting.Valkey.Tests (2)
Aspire.Playground.Tests (8)
AzureFunctionsEndToEnd.Functions (4)
AzureKusto.AppHost (1)
AzureKusto.Worker (3)
AzureSearch.ApiService (10)
BasketService (4)
CatalogDb (5)
Consumer (2)
CustomResources.AppHost (4)
dotnet-format (4)
dotnet-watch (3)
EventHubsConsumer (3)
Microsoft.AspNetCore.Diagnostics.Middleware.Tests (2)
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Microsoft.CodeAnalysis.Rebuild (1)
Microsoft.CodeAnalysis.Workspaces.MSBuild (1)
Microsoft.Diagnostics.NETCore.Client (20)
Microsoft.DotNet.HotReload.Watch (9)
Microsoft.Extensions.AI.Evaluation.Console (11)
Microsoft.Extensions.Diagnostics.Testing.Tests (9)
Microsoft.Extensions.Hosting (4)
Microsoft.Extensions.Hosting.Systemd (2)
Microsoft.Extensions.Hosting.WindowsServices (2)
Microsoft.Extensions.Telemetry.Tests (15)
Microsoft.ML.GenAI.Core (3)
Microsoft.NET.Build.Containers (18)
Registry\Registry.cs (12)
539_logger.LogInformation(Strings.Registry_LayerExists, digest);
568_logger.LogInformation(Strings.Registry_TagUploadStarted, tag, RegistryName);
570_logger.LogInformation(Strings.Registry_TagUploaded, tag, RegistryName);
587_logger.LogInformation(Strings.Registry_LayerUploadStarted, digest, destinationRegistry.RegistryName);
590_logger.LogInformation(Strings.Registry_LayerExists, digest);
605_logger.LogInformation(Strings.Registry_LayerUploaded, digest, destinationRegistry.RegistryName);
630_logger.LogInformation(Strings.Registry_ConfigUploadStarted, configDigest);
632_logger.LogInformation(Strings.Registry_ConfigUploaded);
643_logger.LogInformation(Strings.Registry_TagUploadStarted, tag, RegistryName);
645_logger.LogInformation(Strings.Registry_TagUploaded, tag, RegistryName);
650_logger.LogInformation(Strings.Registry_ManifestUploadStarted, RegistryName, builtImage.ManifestDigest);
652_logger.LogInformation(Strings.Registry_ManifestUploaded, RegistryName);
Microsoft.TemplateEngine.Core (1)
Microsoft.TemplateEngine.Edge (5)
MilvusPlayground.ApiService (6)
Nats.Backend (1)
OrderProcessor (2)
Producer (2)
Qdrant.ApiService (1)
Seq.ApiService (1)
ServiceBusWorker (4)
Stress.ApiService (5)
Stress.AppHost (8)
InteractionCommands.cs (6)
135logger.LogInformation("Input: {Name} = {Value}", input.Name, input.Value);
186logger.LogInformation("Input: {Label} = {Value}", updatedInput.Label, updatedInput.Value);
272logger.LogInformation("Input: {Name} = {Value}", updatedInput.Name, updatedInput.Value);
411logger.LogInformation("Input: {Name} = {Value}", updatedInput.Name, updatedInput.Value);
510logger.LogInformation("Input: {Name} = {Value}", updatedInput.Name, updatedInput.Value);
586logger.LogInformation("Input: {Name} = {Value}", input.Name, input.Value);
Stress.TelemetryService (2)
TestProject.WorkerA (1)
WebPubSubWeb (1)