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
Create Team is an async operation and it won't return any result other than url of the operation. In V5 GraphClient.Teams.PostAsync has a Team object as a return result, but at runtime it actually returns you null. This leads to total confusion. I guess it shouldn't return you anything if you can't rely on the result like the same way it's implemented with Clone.
Instead of this it's better to drop the return result and add to the documentation sample on how to corectly get the execution result object.
The text was updated successfully, but these errors were encountered:
Create Team is an async operation and it won't return any result other than url of the operation. In V5 GraphClient.Teams.PostAsync has a Team object as a return result, but at runtime it actually returns you null. This leads to total confusion. I guess it shouldn't return you anything if you can't rely on the result like the same way it's implemented with Clone.
Instead of this it's better to drop the return result and add to the documentation sample on how to corectly get the execution result object.
The text was updated successfully, but these errors were encountered: