5 writes to CreateSchemaReferenceId
Microsoft.AspNetCore.OpenApi.Tests (5)
Services\CreateSchemaReferenceIdTests.cs (5)
30var options = new OpenApiOptions { CreateSchemaReferenceId = createReferenceId }; 68var options = new OpenApiOptions { CreateSchemaReferenceId = (type) => type.Type.Name == "Todo" ? $"{type.Type.Name}Schema" : OpenApiOptions.CreateDefaultSchemaReferenceId(type) }; 117var options = new OpenApiOptions { CreateSchemaReferenceId = (type) => type.Type.Name == "Todo" ? null : OpenApiOptions.CreateDefaultSchemaReferenceId(type) }; 167CreateSchemaReferenceId = (type) => 210CreateSchemaReferenceId = (type) =>