Evaluation\Evaluator.cs (9)
228data = new PropertyTrackingEvaluatorDataWrapper<P, I, M, D>(data, _evaluationLoggingContext, Traits.Instance.LogPropertyTracking);
627_logProjectImportedEvents = Traits.Instance.EscapeHatches.LogProjectImports;
790if (Traits.Instance.EscapeHatches.DebugEvaluation)
868if (!Traits.Instance.EscapeHatches.IgnoreTreatAsLocalProperty)
1113_evaluationLoggingContext.LogWarning("", new BuildEventFileInfo(""), "ChangeWave_InvalidFormat", Traits.Instance.MSBuildDisableFeaturesFromVersion, $"[{String.Join(", ", ChangeWaves.AllWaves.Select(x => x.ToString()))}]");
1116_evaluationLoggingContext.LogWarning("", new BuildEventFileInfo(""), "ChangeWave_OutOfRotation", ChangeWaves.DisabledWave, Traits.Instance.MSBuildDisableFeaturesFromVersion, $"[{String.Join(", ", ChangeWaves.AllWaves.Select(x => x.ToString()))}]");
1154Traits.Instance.ForceEvaluateAsFullFramework ? "Full" : "Core");
1743Traits.Instance.EscapeHatches.SdkReferencePropertyExpansion ??
2249if (((_loadSettings & ProjectLoadSettings.IgnoreEmptyImports) != 0 || Traits.Instance.EscapeHatches.IgnoreEmptyImports) && ProjectRootElement.IsEmptyXmlFile(importFileUnescaped))