Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Method not found Microsoft.Kiota.Abstractions.RequestInformation... #2179

Closed
PetterNas opened this issue Oct 24, 2023 · 1 comment · Fixed by #2178
Closed

Method not found Microsoft.Kiota.Abstractions.RequestInformation... #2179

PetterNas opened this issue Oct 24, 2023 · 1 comment · Fixed by #2178

Comments

@PetterNas
Copy link

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?

@PetterNas
Copy link
Author

Just updated Microsoft Graph to 5.32.0 and now it is working as intended again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants