Skip to content

Updating to Microsoft.Kiota.Http.HttpClientFactory 1.20 results in Method not found exception in Microsoft Graph #981

@newdigate

Description

@newdigate

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions