msgraph-sdk-dotnet
msgraph-sdk-dotnet copied to clipboard
[Client bug]: client.Users["id"].PatchAsync() should not be `Task<User>`
Describe the bug
The call of PatchAsync() claims to return a Task<User>, but this return value is always null and according to the documentation it won't return anything.
Client version v5.7.0
Issue still persists in 5.81.0.