1 instantiation of PocoWithCustomPropertyConverter
Shared.Tests (1)
JsonSchemaExporter\TestTypes.cs (1)
407
yield return new TestData<PocoWithCustomPropertyConverter>(
new
() { Value = 42 }, """{"type":["object","null"],"properties":{"Value":true}}""");
2 references to PocoWithCustomPropertyConverter
Shared.Tests (2)
JsonSchemaExporter\TestTypes.cs (2)
407
yield return new TestData<
PocoWithCustomPropertyConverter
>(new() { Value = 42 }, """{"type":["object","null"],"properties":{"Value":true}}""");
1266
[JsonSerializable(typeof(
PocoWithCustomPropertyConverter
))]