2 references to Product
Microsoft.AspNetCore.OpenApi.Tests (2)
Transformers\CustomSchemaTransformerTests.cs (2)
322
if (context.JsonTypeInfo.Type == typeof(
Product
))
343
var productSchema = await context.GetOrCreateSchemaAsync(typeof(
Product
), cancellationToken: cancellationToken);