Justin Yoo

Results 164 comments of Justin Yoo

That's exactly what I did. The `Api.Models` project is a class library targeting `net6.0` with no dependency.

@shellicar There are multiple questions mixed up in this one issue. For one thing is fixed in #208 It would be great if you split issues what you're trying to...

Thanks for clarification! I found a couple of issues here: 1. Although your `ChildModel` has no decorator, the `#/components/schema/childModel` has a description defined by its parent class. 👉 It shouldn't...

@StiviiK Thanks for the issue. I wonder you've put anythin in the `Configure(...)` method. Can you try the below code instead? ```charp public override void Configure(IFunctionsHostBuilder builder) { base.Configure(builder); }...

This is the working example in this repository. https://github.com/Azure/azure-functions-openapi-extension/blob/dad34bc85756bb03a60ab657177ab3244b7fb01b/samples/Microsoft.Azure.WebJobs.Extensions.OpenApi.FunctionApp.InProc/Startup.cs#L6-L18 I'm not sure whether the issue you're experiencing is actually from this extension or not. Can you start with a bare...

@buntagonalprism Thanks for the tip! I will take a further look. Based on your research and suggestion, I would update the document for now so that others can avoid the...

@brennfoster It's a historical reason. That's why this issue is for - to give a choice to devs.

@Pikabanga To be clear, there have already been two options – `OpenApi__HideSwaggerUI` and `OpenApi__HideDocument` that are applicable on the function app levels. This feature is only applicable for services in...

@devandr-1 Thanks for your suggestion! Would you please provide some use cases you can think of?