1 write to _logger
dotnet (1)
Commands\New\MSBuildEvaluation\ProjectCapabilityConstraint.cs (1)
54_logger = _environmentSettings.Host.LoggerFactory.CreateLogger(nameof(MSBuildEvaluator));
13 references to _logger
dotnet (13)
Commands\New\MSBuildEvaluation\ProjectCapabilityConstraint.cs (13)
71_logger.LogDebug("Configuration: '{0}'", args); 79_logger.LogDebug("Failed to parse configuration: '{0}', reason: {1}", args, e.Message); 90_logger.LogDebug("Invalid configuration: '{0}', reason: arguments should not contain empty values.", args); 97_logger.LogDebug("Invalid configuration: '{0}', reason: argument should be a string.", args); 103_logger.LogDebug("No project found. This template can only be created inside the project."); 112_logger.LogDebug("Multiple projects found: {0}, specify the project to use.", foundProjects); 120_logger.LogDebug("The project is not restored. Run 'dotnet restore {0}' to restore the project.", _evaluationResult.ProjectPath); 128_logger.LogDebug("Failed to evaluate project context: {0}", _evaluationResult.ErrorMessage); 133_logger.LogDebug("The project {0} is not an SDK style project, and is not supported for evaluation.", _evaluationResult.ProjectPath); 139_logger.LogDebug("Evaluating '{0}' on '{1}' set.", configuredCapabiltiesExpression, string.Join(", ", _projectCapabilities)); 142_logger.LogDebug("Expression evaluated to 'false'."); 147_logger.LogDebug("Expression evaluated to 'true'."); 152_logger.LogDebug("Invalid expression '{0}'.", configuredCapabiltiesExpression);