I have some plugins using the graph API using the Microsoft.Graph.GraphServiceClient to send emails and save task. The plugins had been working fine till last night.
Now the plugins are encountering the error message of "Exception Message: Method not found: 'Void Microsoft.Graph.GraphServiceClient..ctor(Azure.Core.TokenCredential, System.Collections.Generic.IEnumerable`1<System.String>, System.String)'.
ErrorCode: -2147220956
HexErrorCode: 0x80040224"
Giving the not found I attempted to update/upload a plugin package. The update errors out as well.
I did notice that there was nuget updates for things so updated things on nuget. The did a rebuild of the plugin to make certain plugin package file updated. I still get the same error.
The error when updating is "Error in while loading plugin types Method 'GetTokenAsync' in type 'StaticTokenCredential' from assembly 'Azure.Core, Version=1.52.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8' does not have an implementation."
Given the type of error it makes lean some type of version issue somewhere with nuget.
Has any one have any experience this issue when using the Microsoft.Graph.GraphServiceClient in package plugin?
My current plan is continue attempting different version combinations in the hope of finding one that let updates happen again.