5 writes to CreateSchemaReferenceId
Microsoft.AspNetCore.OpenApi.Tests (5)
Services\CreateSchemaReferenceIdTests.cs (5)
32var options = new OpenApiOptions { CreateSchemaReferenceId = createReferenceId }; 70var options = new OpenApiOptions { CreateSchemaReferenceId = (type) => type.Type.Name == "Todo" ? $"{type.Type.Name}Schema" : OpenApiOptions.CreateDefaultSchemaReferenceId(type) }; 119var options = new OpenApiOptions { CreateSchemaReferenceId = (type) => type.Type.Name == "Todo" ? null : OpenApiOptions.CreateDefaultSchemaReferenceId(type) }; 169CreateSchemaReferenceId = (type) => 212CreateSchemaReferenceId = (type) =>