azure-functions-openapi-extension icon indicating copy to clipboard operation
azure-functions-openapi-extension copied to clipboard

This extension provides an Azure Functions app with Open API capability for better discoverability to consuming parties

Results 237 azure-functions-openapi-extension issues
Sort by recently updated
recently updated
newest added

Created an AF (Isolated) - added docker support - cannot execute CTC1030 value cannot be null 'path1'

triage

**Describe the issue** When implementing from another interface, the openapi specification doesn't inform the user of the interfaces base properties. The following interface `IPersonWithAccess` as shown in the figure below...

**Describe the issue** When visitors are traversing a model to generate schema, it looks like any form of recursion causes a stack overflow. This occurs when the recursion is across...

Is there a way to ignore one or more values in an enum so that those are not rendered in the UI? Thanks

**Describe the issue** [azure-functions-openapi-extension](https://github.com/Azure/azure-functions-openapi-extension/tree/main)/[src](https://github.com/Azure/azure-functions-openapi-extension/tree/main/src)/[Microsoft.Azure.WebJobs.Extensions.OpenApi.Core](https://github.com/Azure/azure-functions-openapi-extension/tree/main/src/Microsoft.Azure.WebJobs.Extensions.OpenApi.Core)/[Visitors](https://github.com/Azure/azure-functions-openapi-extension/tree/main/src/Microsoft.Azure.WebJobs.Extensions.OpenApi.Core/Visitors) /ObjectTypeVisitor.cs Line ~110 ish, there is a line that reads var instance = acceptor as OpenApiSchemaAcceptor;. When testing with a custom IOpenApiSchemaAcceptor, this was not processing,...

I've created a class, below, which has been decorated to set the type and the maximum length. public class Test { [OpenApiProperty(Nullable = true, Description = "The unique message id...

**Describe the issue** I cannot find anywhere that allows me to set the settings or even which serializer swagger uses to serialize my objects. I utilize custom serializer settings (Newtonsoft)...

**Describe the issue** .net 8 Azure Function in program.cs when configuring .ConfigureFunctionsWebApplication(worker => worker.UseNewtonSoftJson()) I will get a an error "Synchronous operations are disallowed. Call WriteAsync or set AllowSynchronousIO to...

### Description I am wondering if there is a way to generate the swagger file at BUILD time from OpenApi attributes. We are working on a project that involves a...

enhancement