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