1 write to _logger
aspire (1)
Projects\PrebuiltAppHostServer.cs (1)
111_logger = logger;
22 references to _logger
aspire (22)
Projects\PrebuiltAppHostServer.cs (22)
121_projectLayoutStore = new AppHostServerProjectLayoutStore(_workingDirectory, _logger); 172_logger.LogDebug(ex, "Unable to determine the Hosting version; using the Dashboard compatibility dispatcher."); 280_logger.LogError(ex, "Failed to prepare prebuilt AppHost server"); 290_logger.LogError(ex, "Failed to prepare prebuilt AppHost server"); 349_logger.LogDebug("Restoring {Count} integration packages via bundled NuGet", packageRefs.Count); 834var skipRestore = restoreFingerprint is not null && CanSkipIntegrationRestore(restoreDir, restoreFingerprint, _logger); 836_logger.LogDebug("Building integration project with {PackageCount} packages and {ProjectCount} project references (restore {RestoreState})", 842_logger.LogDebug("Integration project build failed on the restore assets; retrying with restore. First attempt output:\n{BuildOutput}", 850_logger.LogError("Integration project build failed. Output:\n{BuildOutput}", outputLines); 856await WriteRestoreStampAsync(restoreDir, restoreFingerprint, _logger, cancellationToken).ConfigureAwait(false); 1019_logger.LogDebug("Resolved channel: {Channel}", channelName); 1126_logger.LogWarning(ex, "Failed to get package channels, relying on nuget.config and nuget.org fallback"); 1166_logger.LogWarning(ex, "Failed to get package channels while creating source override NuGet.config"); 1203_logger.LogWarning(ex, "Failed to get package channels while creating channel NuGet.config for '{Channel}'.", requestedChannel); 1319_logger.LogWarning(ex, "Failed to resolve local Aspire package source for channel '{Channel}'.", requestedChannel); 1327_logger.LogDebug("Using local package source '{Source}' for channel '{Channel}'.", source, requestedChannel); 1416_logger.LogDebug("PrebuiltAppHostServer({ProcessId}) stdout: {Line}", execution.ProcessId, line); 1426_logger.LogInformation("PrebuiltAppHostServer({ProcessId}) stderr: {Line}", execution.ProcessId, line); 1500_logger.LogDebug("Setting {EnvironmentVariable} to {Path}", KnownConfigNames.IntegrationLibsPath, _integrationLibsPath); 1510_logger.LogDebug( 1534_logger.LogWarning( 1603_logger.LogWarning("Project reference assembly names file not found at {Path}", filePath);