Getting this failure after updating our solution to the latest version of Microsoft.Graph (5.94.0 from 5.78.0) and Kiota (1.20.1 from 1.17.2):
System.MissingMethodException : Method not found: 'Void Microsoft.Kiota.Http.HttpClientLibrary.HttpClientRequestAdapter..ctor(Microsoft.Kiota.Abstractions.Authentication.IAuthenticationProvider, Microsoft.Kiota.Abstractions.Serialization.IParseNodeFactory, Microsoft.Kiota.Abstractions.Serialization.ISerializationWriterFactory, System.Net.Http.HttpClient, Microsoft.Kiota.Http.HttpClientLibrary.ObservabilityOptions)
at Microsoft.Graph.BaseGraphRequestAdapter..ctor(IAuthenticationProvider authenticationProvider, GraphClientOptions graphClientOptions, IParseNodeFactory parseNodeFactory, ISerializationWriterFactory serializationWriterFactory, HttpClient httpClient)
See description.
None.
Describe the bug
Getting this failure after updating our solution to the latest version of Microsoft.Graph (5.94.0 from 5.78.0) and Kiota (1.20.1 from 1.17.2):
Expected behavior
Method should not be missing
How to reproduce
See description.
SDK Version
5.94.0
Latest version known to work for scenario above?
5.78.0
Known Workarounds
None.
Debug output
Click to expand log
```