5 writes to CreateSchemaReferenceId
Microsoft.AspNetCore.OpenApi.Tests (5)
Services\CreateSchemaReferenceIdTests.cs (5)
31var options = new OpenApiOptions { CreateSchemaReferenceId = createReferenceId }; 69var options = new OpenApiOptions { CreateSchemaReferenceId = (type) => type.Type.Name == "Todo" ? $"{type.Type.Name}Schema" : OpenApiOptions.CreateDefaultSchemaReferenceId(type) }; 118var options = new OpenApiOptions { CreateSchemaReferenceId = (type) => type.Type.Name == "Todo" ? null : OpenApiOptions.CreateDefaultSchemaReferenceId(type) }; 168CreateSchemaReferenceId = (type) => 211CreateSchemaReferenceId = (type) =>