3 references to NamePropertyName
Microsoft.Extensions.AI.Evaluation.Reporting.Azure (3)
src\Libraries\Microsoft.Extensions.AI.Evaluation.Reporting\CSharp\JsonSerialization\EvaluationContextConverter.cs (3)
51case NamePropertyName: 77throw new JsonException($"Missing required properties '{NamePropertyName}' and '{ContentsPropertyName}'."); 87writer.WriteString(NamePropertyName, value.Name);