Justin Yoo

Results 164 comments of Justin Yoo

@Skovvart Thanks for the issue! I'm not sure what you want to achieve. `OpenApiOAuthFlows` comes from [OpenAPI.NET](https://github.com/microsoft/OpenAPI.NET/blob/vnext/src/Microsoft.OpenApi/Models/OpenApiOAuthFlows.cs), which only has a parameterless constructor. This extension has `OpenApiOAuthSecurityFlows` that inherits `OpenApiOAuthFlows`,...

@Skovvart Thanks for the detailed explanation! Please use `Environment.GetEnvironmentVariable(...)` option for the time being. I'll keep this open for further discussion.

@Nibell Thanks for the PR! I'll take a look and get back to you.

@Nibell Here's what I ran: ``` azfuncopenapi.exe -p "C:\path\to\functionapp" -v v3 ``` But I get the exception: ``` Could not load file or assembly 'Microsoft.Azure.WebJobs, Version=3.0.23.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. The system...

As the PR, #489, has been merged, you can generate the OpenAPI doc on-the-fly, within the GitHub Actions workflow.

Thanks, @rockgecko-development for the long wait! Because it's too big to ingest, I need to take some times to take a look. I'll get back to you once I complete...

In #153, @level120 mentioned that we need to figure out #248 first. If we follow that path, does this impact on your PR as well?

@arashcomsense Thanks for your contribution! I've just taken a quick look, and I like your idea! What I'm concerned of your approach, using the type's full name, is that it...