System.MissingMethodException "System.Collections.Generic.IList`1<System.Net.Http.DelegatingHandler> Microsoft.Kiota.Http.HttpClientLibrary.KiotaClientFactory.CreateDefaultHandlers()" #2520
Labels
status:waiting-for-author-feedback
Issue that we've responded but needs author feedback to close
type:bug
A broken experience
Describe the bug
We upgraded from 5.5.2 to 5.5.4 and upgraded all Kiota packages and now get this exception:
System.MissingMethodException
HResult=0x80131513
Message=Methode nicht gefunden: "System.Collections.Generic.IList`1<System.Net.Http.DelegatingHandler> Microsoft.Kiota.Http.HttpClientLibrary.KiotaClientFactory.CreateDefaultHandlers()".
Source=Microsoft.Graph.Core
StackTrace:
at Microsoft.Graph.GraphClientFactory.CreateDefaultHandlers(GraphClientOptions graphClientOptions)
at Microsoft.Graph.BaseGraphRequestAdapter..ctor(IAuthenticationProvider authenticationProvider, GraphClientOptions graphClientOptions, IParseNodeFactory parseNodeFactory, ISerializationWriterFactory serializationWriterFactory, HttpClient httpClient)
at Microsoft.Graph.GraphServiceClient..ctor(IAuthenticationProvider authenticationProvider, String baseUrl)
at CleverMatch.Core.Services.MSGraph.MsGraphService.d__14.MoveNext() in C:\Source\Repos\CleverMatch\CleverMatch.Core\Services\MsGraph\MsGraphService.cs:line 320
Expected behavior
It worked before upgrading packages and there was no breaking change.
How to reproduce
Create new GraphServiceClient().
SDK Version
5.5.4
Latest version known to work for scenario above?
Microsoft.Graph.5.52.0
Microsoft.Kiota.Abstractions.1.9.1
Microsoft.Kiota.Authentication.Azure.1.1.5
Microsoft.Kiota.Http.HttpClientLibrary.1.4.1
Microsoft.Kiota.Serialization.Form.1.2.0
Microsoft.Kiota.Serialization.Json.1.3.0
Microsoft.Kiota.Serialization.Multipart.1.1.4
Microsoft.Kiota.Serialization.Text.1.2.0
Known Workarounds
Downgrading to:
Microsoft.Graph.5.52.0
Microsoft.Kiota.Abstractions.1.9.1
Microsoft.Kiota.Authentication.Azure.1.1.5
Microsoft.Kiota.Http.HttpClientLibrary.1.4.1
Microsoft.Kiota.Serialization.Form.1.2.0
Microsoft.Kiota.Serialization.Json.1.3.0
Microsoft.Kiota.Serialization.Multipart.1.1.4
Microsoft.Kiota.Serialization.Text.1.2.0
Debug output
Click to expand log
```The text was updated successfully, but these errors were encountered: