Evaluation\Evaluator.cs (9)
233data = new PropertyTrackingEvaluatorDataWrapper<P, I, M, D>(data, _evaluationLoggingContext, Traits.Instance.LogPropertyTracking);
635_logProjectImportedEvents = Traits.Instance.EscapeHatches.LogProjectImports;
798if (Traits.Instance.EscapeHatches.DebugEvaluation)
876if (!Traits.Instance.EscapeHatches.IgnoreTreatAsLocalProperty)
1121_evaluationLoggingContext.LogWarning("", new BuildEventFileInfo(""), "ChangeWave_InvalidFormat", Traits.Instance.MSBuildDisableFeaturesFromVersion, $"[{String.Join(", ", ChangeWaves.AllWaves.Select(x => x.ToString()))}]");
1124_evaluationLoggingContext.LogWarning("", new BuildEventFileInfo(""), "ChangeWave_OutOfRotation", ChangeWaves.DisabledWave, Traits.Instance.MSBuildDisableFeaturesFromVersion, $"[{String.Join(", ", ChangeWaves.AllWaves.Select(x => x.ToString()))}]");
1162Traits.Instance.ForceEvaluateAsFullFramework ? "Full" : "Core");
1757Traits.Instance.EscapeHatches.SdkReferencePropertyExpansion ??
2263if (((_loadSettings & ProjectLoadSettings.IgnoreEmptyImports) != 0 || Traits.Instance.EscapeHatches.IgnoreEmptyImports) && ProjectRootElement.IsEmptyXmlFile(importFileUnescaped))