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