You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a dotnet-isolated (.NET5) azure function that references another project (class library .NET5) that has a function defined in it. The function is getting deployed fine, but the swagger page does not show it, even though it has the necessary attributes from the Microsoft.Azure.WebJobs.Extensions.OpenApi.Core.Attributes namespace.