Justin Yoo

Results 164 comments of Justin Yoo

> More importantly for my use case it provides a property `UsePkceWithAuthorizationCodeGrant`. Specifically I'm trying to configure swagger UI to allow sign-in to the same AzureAD B2C tenant/client that our...

@ctraftoncodes Oh I see. Let's keep this discussion open and see how it goes. I don't currently have a clear roadmap on this, though.

@haiquangtran Thanks for the comment! Would you be able to elaborate a bit more?

Still not sure what you're trying to achieve. Would you please be able to provide an example code using Swashbuckle?

@Frankyfrankly Thanks for the issue. I looked at the issue, but if you change the models' structure it will solve your issue: ```csharp public class Book { ... public string...

@Frankyfrankly I'll close the issue for now. If you'd like to discuss more on this, please open a new issue.

Related to: https://github.com/aliencube/AzureFunctions.Extensions/issues/134

@john-patterson Oops my bad. I meant `JsonIgnore`.

@vlaskal Thanks for your suggestion! What I'm suspecting where the StackOverflowException or CircularReferenceException occurs is these two parts: https://github.com/Azure/azure-functions-openapi-extension/blob/626d2bd0c672d05114ac2ae775ca76393cdb3ee6/src/Microsoft.Azure.WebJobs.Extensions.OpenApi.Core/Visitors/ObjectTypeVisitor.cs#L208-L216 Adding the reference schemas should also be done before traversing each...

@AT-OSWORKS Thanks for the issue! Would you please elaborate the request with some examples? I'm not sure how an interface is used to provide an example.