1 implementation of ExporterOptions
Shared.Tests (1)
JsonSchemaExporter\TestData.cs (1)
25
object? ITestData.
ExporterOptions
=> ExporterOptions;
2 references to ExporterOptions
Shared.Tests (2)
JsonSchemaExporter\JsonSchemaExporterTests.cs (2)
34
JsonNode schema = options.GetJsonSchemaAsNode(testData.Type, (JsonSchemaExporterOptions?)testData.
ExporterOptions
);
46
JsonNode schema = options.GetJsonSchemaAsNode(testData.Type, (JsonSchemaExporterOptions?)testData.
ExporterOptions
);