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
What problem would the feature you're requesting solve? Please describe.
To make IFunctionMetadataProvider.GetFunctionMetadata() an async method. This method is currently handled in a synchronous manner, but ideally, it should be an asynchronous operation.