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