990 references to LogInformation
aspire (11)
DotNet\DotNetCliRunner.cs (6)
788logger.LogInformation("Adding package {PackageName} with version {PackageVersion} to project {ProjectFilePath}", packageName, packageVersion, projectFilePath.FullName);
805logger.LogInformation("Package {PackageName} with version {PackageVersion} added to project {ProjectFilePath}", packageName, packageVersion, projectFilePath.FullName);
817logger.LogInformation("Adding project {ProjectFilePath} to solution {SolutionFilePath}", projectFile.FullName, solutionFile.FullName);
834logger.LogInformation("Project {ProjectFilePath} added to solution {SolutionFilePath}", projectFile.FullName, solutionFile.FullName);
1152logger.LogInformation("Adding project reference from {ProjectFile} to {ReferencedProject}", projectFile.FullName, referencedProject.FullName);
1169logger.LogInformation("Project reference added from {ProjectFile} to {ReferencedProject}", projectFile.FullName, referencedProject.FullName);
Aspire.Cli.Tests (1)
Aspire.Dashboard (19)
Aspire.Dashboard.Components.Tests (39)
Aspire.Dashboard.Tests (18)
Aspire.Hosting (51)
Publishing\ContainerRuntimeBase.cs (6)
85_logger.LogInformation("Running {RuntimeName} with arguments: {ArgumentList}", Name, spec.Arguments);
101_logger.LogInformation(successLogTemplate, logArguments);
134_logger.LogInformation("Running {RuntimeName} with arguments: {ArgumentList}", Name, spec.Arguments);
150_logger.LogInformation(successLogTemplate, logArguments);
217_logger.LogInformation("{RuntimeName} (stdout): {Output}", RuntimeExecutable, output);
221_logger.LogInformation("{RuntimeName} (stderr): {Error}", RuntimeExecutable, error);
Aspire.Hosting.Azure (17)
Aspire.Hosting.Azure.AIFoundry (5)
Aspire.Hosting.Azure.Kusto.Tests (2)
Aspire.Hosting.DevTunnels (15)
DevTunnelResourceBuilderExtensions.cs (7)
128logger.LogInformation("Ensuring user is logged in to dev tunnel service");
134logger.LogInformation("Creating dev tunnel '{TunnelId}'", tunnelResource.TunnelId);
166logger.LogInformation("Deleting {Count} unmodeled ports from dev tunnel '{TunnelId}': {Ports}", unmodeledPorts.Count, tunnelResource.TunnelId, string.Join(", ", unmodeledPorts.Select(p => p.PortNumber)));
176portLogger.LogInformation("Tunnel starting");
193portLogger.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);
633portLogger.LogInformation("Forwarding from {PortUrl} to {TargetUrl} ({TargetResourceName}/{TargetEndpointName})", tunnelPortStatus.PortUri.ToString().TrimEnd('/'), portResource.TargetEndpoint.Url, portResource.TargetEndpoint.Resource.Name, portResource.TargetEndpoint.EndpointName);
669portLogger.LogInformation("Port forwarding stopped");
Aspire.Hosting.DevTunnels.Tests (2)
Aspire.Hosting.Docker (1)
Aspire.Hosting.GitHub.Models.Tests (2)
Aspire.Hosting.Kafka.Tests (2)
Aspire.Hosting.Kubernetes (1)
Aspire.Hosting.MySql.Tests (2)
Aspire.Hosting.NodeJs.Tests (2)
Aspire.Hosting.OpenAI.Tests (2)
Aspire.Hosting.PostgreSQL.Tests (2)
Aspire.Hosting.RabbitMQ.Tests (2)
Aspire.Hosting.Testing.Tests (1)
Aspire.Hosting.Tests (55)
Aspire.Hosting.Valkey.Tests (2)
Aspire.Playground.Tests (8)
AspireWithNode.AppHost (1)
AutobahnTestApp (1)
AzureFunctionsEndToEnd.Functions (4)
AzureKusto.AppHost (1)
AzureKusto.Worker (3)
AzureSearch.ApiService (10)
BasicWebSite (1)
BasketService (4)
BuildValidator (19)
CatalogDb (5)
Consumer (2)
CustomEncryptorSample (1)
CustomPolicyProvider (3)
CustomResources.AppHost (4)
dotnet-format (4)
dotnet-new.IntegrationTests (1)
dotnet-watch (13)
EventHubsConsumer (3)
http2cat (13)
IIS.FunctionalTests (42)
IIS.LongTests (8)
IIS.NewHandler.FunctionalTests (8)
IIS.NewShim.FunctionalTests (8)
IIS.ShadowCopy.Tests (3)
IISExpress.FunctionalTests (22)
InMemory.FunctionalTests (29)
Interop.FunctionalTests (64)
Microsoft.AspNetCore.BrowserTesting (4)
Microsoft.AspNetCore.Grpc.Swagger.Tests (1)
Microsoft.AspNetCore.Hosting.Tests (12)
Microsoft.AspNetCore.InternalTesting (5)
Microsoft.AspNetCore.InternalTesting.Tests (26)
AssemblyTestLogTests.cs (19)
53logger.LogInformation("Created test log in {baseDirectory}", tempDir);
63testLogger.LogInformation("Information!");
70logger.LogInformation("Finished test log in {baseDirectory}", tempDir);
82logger.LogInformation("Information!");
131logger.LogInformation("Created test log in {baseDirectory}", tempDir);
141testLogger.LogInformation("Information!");
146logger.LogInformation("Finished test log in {baseDirectory}", tempDir);
201logger.LogInformation("Created test log in {baseDirectory}", tempDir);
211testLogger.LogInformation("Information!");
219logger.LogInformation("Finished test log in {baseDirectory}", tempDir);
247logger.LogInformation("Created test log in {baseDirectory}", tempDir);
257testLogger.LogInformation("Information!");
264logger.LogInformation("Finished test log in {baseDirectory}", tempDir);
282logger.LogInformation("Created test log in {baseDirectory}", tempDir);
291testLoggerFactory.CreateLogger("TestLogger").LogInformation("Information!");
295logger.LogInformation("Finished test log in {baseDirectory}", tempDir);
324logger.LogInformation("Created test log in {baseDirectory}", tempDir);
335testLoggerFactory.CreateLogger("TestLogger").LogInformation("Information!");
340logger.LogInformation("Finished test log in {baseDirectory}", tempDir);
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (45)
Microsoft.AspNetCore.Server.IntegrationTesting (29)
Microsoft.AspNetCore.Server.IntegrationTesting.IIS (24)
IISExpressDeployer.cs (11)
50Logger.LogInformation(Environment.OSVersion.ToString());
84Logger.LogInformation("Executing: {exe} {args}", executableName, executableArgs);
89Logger.LogInformation("ContentRoot: {path}", DeploymentParameters.ApplicationPath);
98Logger.LogInformation("Application ready at URL: {appUrl}", actualUri);
167Logger.LogInformation("Attempting to start IIS Express on port: {port}", port);
174Logger.LogInformation("Executing command : {iisExpress} {parameters}", iisExpressPath, parameters);
223Logger.LogInformation("iisexpress Process {pid} shut down", process.Id);
231Logger.LogInformation("iisexpress Process {pid} started", process.Id);
245Logger.LogInformation("iisexpress Process {pid} failed to bind to port {port}, trying again", process.Id, port);
262Logger.LogInformation("Started iisexpress successfully. Process Id : {processId}, Port: {port}", _hostProcess.Id, port);
490Logger.LogInformation($"Sending shutdown request to {pid}");
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (8)
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (1)
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.Tests (53)
Microsoft.AspNetCore.SignalR.Client.FunctionalTests (6)
Microsoft.AspNetCore.SignalR.StackExchangeRedis.Tests (3)
Microsoft.AspNetCore.SignalR.Tests (54)
EndToEndTests.cs (49)
99logger.LogInformation("Connecting WebSocket to {socketUrl}", socketUrl);
103logger.LogInformation("Sending {length} byte frame", bytes.Length);
106logger.LogInformation("Receiving frame");
109logger.LogInformation("Received {length} byte frame", result.Count);
113logger.LogInformation("Closing socket");
115logger.LogInformation("Waiting for close");
119logger.LogInformation("Closed socket");
137logger.LogInformation("Connecting WebSocket to {socketUrl}", socketUrl);
141logger.LogInformation("Sending {length} byte frame", bytes.Length);
145logger.LogInformation("Receiving frame");
148logger.LogInformation("Received {length} byte frame", result.Count);
152logger.LogInformation("Closing socket");
154logger.LogInformation("Waiting for close");
158logger.LogInformation("Closed socket");
205logger.LogInformation("Disposing Connection");
207logger.LogInformation("Disposed Connection");
270logger.LogInformation("Starting connection to {url}", url);
272logger.LogInformation("Started connection to {url}", url);
276logger.LogInformation("Sending {length} byte message", bytes.Length);
290logger.LogInformation("Sent message");
292logger.LogInformation("Receiving message");
294logger.LogInformation("Completed receive");
303logger.LogInformation("Disposing Connection");
305logger.LogInformation("Disposed Connection");
327logger.LogInformation("Starting connection to {url}", url);
329logger.LogInformation("Started connection to {url}", url);
335logger.LogInformation("Sending {length} byte message", bytes.Length);
337logger.LogInformation("Sent message");
342logger.LogInformation("Receiving message");
346logger.LogInformation("Completed receive");
364logger.LogInformation("Disposing Connection");
366logger.LogInformation("Disposed Connection");
445logger.LogInformation("Starting connection to {url}", url);
455logger.LogInformation("Disposing Connection");
457logger.LogInformation("Disposed Connection");
498logger.LogInformation("Starting connection to {url}", url);
500logger.LogInformation("Connected to {url}", url);
504logger.LogInformation("Disposing Connection");
506logger.LogInformation("Disposed Connection");
567logger.LogInformation("Starting connection to {url}", url);
590logger.LogInformation("Disposing Connection");
592logger.LogInformation("Disposed Connection");
619logger.LogInformation("Starting connection to {url}", url);
629logger.LogInformation("Disposing Connection");
631logger.LogInformation("Disposed Connection");
670logger.LogInformation("Starting connection to {url}", url);
672logger.LogInformation("Connected to {url}", url);
676logger.LogInformation("Disposing Connection");
678logger.LogInformation("Disposed Connection");
Microsoft.AspNetCore.SignalR.Tests.Utils (6)
Microsoft.AspNetCore.SpaProxy (4)
Microsoft.AspNetCore.SpaServices.Extensions (3)
Microsoft.AspNetCore.Tests (3)
Microsoft.AspNetCore.WebSockets.ConformanceTests (3)
Microsoft.CodeAnalysis.LanguageServer (11)
Microsoft.CodeAnalysis.LanguageServer.UnitTests (2)
Microsoft.CodeAnalysis.Rebuild (1)
Microsoft.CodeAnalysis.Workspaces.MSBuild (1)
Microsoft.DotNet.HotReload.Client.Package (2)
Microsoft.DotNet.HotReload.Client.Tests (2)
Microsoft.Extensions.AI.Evaluation.Console (12)
Microsoft.Extensions.Diagnostics.Testing.Tests (9)
Microsoft.Extensions.DotNetDeltaApplier.Tests (2)
Microsoft.Extensions.Hosting (4)
Microsoft.Extensions.Hosting.Systemd (2)
Microsoft.Extensions.Hosting.WindowsServices (2)
Microsoft.Extensions.Telemetry.Tests (15)
Microsoft.ML.GenAI.Core (3)
MilvusPlayground.ApiService (6)
MinimalSampleOwin (1)
Nats.Backend (1)
OrderProcessor (2)
Producer (2)
Qdrant.ApiService (1)
RateLimitingSample (1)
Sandbox (2)
Seq.ApiService (1)
ServerComparison.FunctionalTests (14)
ServiceBusWorker (4)
SignalR.Client.FunctionalTestApp (2)
Sockets.FunctionalTests (6)
Stress.ApiService (5)
Stress.AppHost (8)
InteractionCommands.cs (6)
134logger.LogInformation("Input: {Name} = {Value}", input.Name, input.Value);
185logger.LogInformation("Input: {Label} = {Value}", updatedInput.Label, updatedInput.Value);
271logger.LogInformation("Input: {Name} = {Value}", updatedInput.Name, updatedInput.Value);
410logger.LogInformation("Input: {Name} = {Value}", updatedInput.Name, updatedInput.Value);
509logger.LogInformation("Input: {Name} = {Value}", updatedInput.Name, updatedInput.Value);
585logger.LogInformation("Input: {Name} = {Value}", input.Name, input.Value);
Stress.TelemetryService (2)
Templates.Blazor.Tests (6)
Templates.Blazor.WebAssembly.Auth.Tests (6)
Templates.Blazor.WebAssembly.Tests (6)
Templates.Mvc.Tests (6)
Templates.Tests (6)
TestProject.WorkerA (1)
WebPubSubWeb (1)