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
In the latest release of microsoft kiota (v1.20), the constructor for HttpClientRequestAdapter has a new nullable HttpVersion parameter added in the constructor, which is used as a base class in microsoft.graph.core, and microsoft.graph
When updating our solution to latest microsoft kiota (v1.20), this change causes Microsoft.Graph to runtime error with a Method Not Found exception, as BaseGraphRequestAdapter constructor now needs to call its base constructor with a HttpVersion parameter at the end to avoid the MethodNotFound exception.