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