Skip to content

App.Graph not available in C# #2730

@rido-min

Description

@rido-min

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions