This doc https://microsoft.github.io/teams-sdk/csharp/essentials/graph#calling-apis mentions the app.Graph object, equivalent to the appGraph object available in TS, however, I cannot find it in C#
|
var user = app.Graph.Me.GetAsync().GetAwaiter().GetResult(); |
Also, this line should use await to do not suggest blocking calls
found while investigating microsoft/teams.ts#493
This doc https://microsoft.github.io/teams-sdk/csharp/essentials/graph#calling-apis mentions the app.Graph object, equivalent to the
appGraphobject available in TS, however, I cannot find it in C#teams-sdk/teams.md/src/components/include/essentials/graph/csharp.incl.md
Line 26 in 1eef90a
Also, this line should use
awaitto do not suggest blocking callsfound while investigating microsoft/teams.ts#493