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
I just tried to update one of our projects to Microsoft.Graph 5.31.0 and Microsoft.Graph.Core 3.1.0.
Our project is on .NET 6.
After this, I am getting an exception when trying to fetch TransitiveMembers from a group.
An unhandled exception occurred while processing the request.
MissingMethodException: Method not found: 'Void Microsoft.Kiota.Abstractions.RequestInformation.AddQueryParameters(System.Object)'.
Microsoft.Graph.Groups.Item.TransitiveMembers.TransitiveMembersRequestBuilder.ToGetRequestInformation(Action<TransitiveMembersRequestBuilderGetRequestConfiguration> requestConfiguration
I can see that there is a dependency to Microsoft.Kiota.Abstractions 1.5.0
Is this a known issue?
The text was updated successfully, but these errors were encountered:
I just tried to update one of our projects to Microsoft.Graph 5.31.0 and Microsoft.Graph.Core 3.1.0.
Our project is on .NET 6.
After this, I am getting an exception when trying to fetch TransitiveMembers from a group.
I can see that there is a dependency to Microsoft.Kiota.Abstractions 1.5.0
Is this a known issue?
The text was updated successfully, but these errors were encountered: