7 references to ClassWithPropertiesUsingCustomConverters
Shared.Tests (7)
JsonSchemaExporter\JsonSchemaExporterTests.cs (6)
111
(typeof(
ClassWithPropertiesUsingCustomConverters
), "Prop1", typeof(
ClassWithPropertiesUsingCustomConverters
.ClassWithCustomConverter1)),
112
(typeof(
ClassWithPropertiesUsingCustomConverters
), "Prop2", typeof(
ClassWithPropertiesUsingCustomConverters
.ClassWithCustomConverter2)),
113
(null, null, typeof(
ClassWithPropertiesUsingCustomConverters
)),
116
Options.GetJsonSchemaAsNode(typeof(
ClassWithPropertiesUsingCustomConverters
), exporterOptions);
JsonSchemaExporter\TestTypes.cs (1)
1274
[JsonSerializable(typeof(
ClassWithPropertiesUsingCustomConverters
))]