1 instantiation of PocoWithNullableAnnotationAttributes
Microsoft.Extensions.AI.Abstractions.Tests (1)
test\Shared\JsonSchemaExporter\TestTypes.cs (1)
539
Value:
new
() { MaybeNull = null!, AllowNull = null, NotNull = null, DisallowNull = null!, NotNullDisallowNull = "str" },
2 references to PocoWithNullableAnnotationAttributes
Microsoft.Extensions.AI.Abstractions.Tests (2)
test\Shared\JsonSchemaExporter\TestTypes.cs (2)
538
yield return new TestData<
PocoWithNullableAnnotationAttributes
>(
1272
[JsonSerializable(typeof(
PocoWithNullableAnnotationAttributes
))]