1 write to TreatNullObliviousAsNonNullable
Microsoft.Extensions.AI.Abstractions (1)
Utilities\AIJsonUtilities.Schema.Create.cs (1)
264TreatNullObliviousAsNonNullable = true,
1 reference to TreatNullObliviousAsNonNullable
System.Text.Json (1)
System\Text\Json\Schema\JsonSchemaExporter.cs (1)
430return !typeInfo.Type.IsValueType && !parentPolymorphicTypeIsNonNullable && !options.TreatNullObliviousAsNonNullable;