1 implementation of Type
Shared.Tests (1)
JsonSchemaExporter\TestData.cs (1)
24public Type Type => typeof(T);
3 references to Type
Shared.Tests (3)
JsonSchemaExporter\JsonSchemaExporterTests.cs (3)
34JsonNode schema = options.GetJsonSchemaAsNode(testData.Type, (JsonSchemaExporterOptions?)testData.ExporterOptions); 46JsonNode schema = options.GetJsonSchemaAsNode(testData.Type, (JsonSchemaExporterOptions?)testData.ExporterOptions); 47JsonNode? instance = JsonSerializer.SerializeToNode(testData.Value, testData.Type, options);