Azure – Graph SDK for .NET doesn't have Request method
I'm trying to use the Graph SDK and NuGet 5.0.0-preview16 and forwarding the example it says to use Request method in example var users = await graphClient.Users.Request().GetAsync(); but I have an error in the code: 'UsersRequestBuilder' does not contain a…