msgraph-sdk-dotnet icon indicating copy to clipboard operation
msgraph-sdk-dotnet copied to clipboard

[Client bug]: client.Users["id"].PatchAsync() should not be `Task<User>`

Open olivermue opened this issue 2 years ago • 1 comments

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

olivermue avatar Apr 25 '23 06:04 olivermue

Issue still persists in 5.81.0.

jpalo avatar Jun 17 '25 08:06 jpalo