Justin Yoo

Results 164 comments of Justin Yoo

@Ashan-FCC Thanks for the issue! Would you please try the new release, v0.8.1-preview and let me know? If the same issue still persists, please let me know how to reproduce...

Alright. Would you please provide steps you've reproduced this error, so that I can follow the steps?

@alinapach Could you confirm whether your `bin/Debug/netcoreapp3.1` and `bin/Debug/netcoreapp3.1/bin` directories have only one `*.deps.json` file or multiple `*.deps.json` files?

There are possibly two causes on this issue: 1. If there are multiple `*.deps.json` files within your `bin/Debug/netcoreapp3.1` or `bin/Debug/netcoreapp3.1/bin` directory, it might be the one, as mentioned above. 2....

@GilShalit Thanks for the issue! I'll take a look.

I checked the OpenAPI spec (v3.0.1) about this: https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.0.1.md#paths-object Unfortunately, the spec doesn't support the wildcard characters in the path template. In other words, if you declare path template, the...

@sonic1981 Thanks for suggestion! As of now, it currently only supports one content type. It will be expanded to support multiple content types.

@DBJDBJ Does this blog post help? https://devkimchi.com/2021/10/06/securing-azure-function-endpoints-via-openapi-auth/ I thought I had documented. I'll add that.