Getting Started with Microsoft Graph and .NET SDKs

preview_player
Показать описание
Learn how the .NET Microsoft Graph SDKs will help you as a developer, including how the SDK can help with getting an Auth token for the API, status codes and some SDK sample code.

To learn more about the Microsoft Graph and .NET SDKs,
Рекомендации по теме
Комментарии
Автор

This is a rather poor "Getting Started video.


I started here because I had issues with this seriously over-complicated client. And this demo kicks off with a project that's half written but doesn't explain what you need to do to set up the client. What packages do I need to import? What versions? Will it work in Framework or .NET Core? Which version? I tried to follow but had to keep stopping to Google which package *might* contain the call. I gave up when I the libs I imported didn't have the correct methods.

Conficient
Автор

I got red wiggly line on .CreateClientApplication..
i have follow the text.. what went wrong ?
already install
Install-Package Microsoft.Graph
Install-Package Microsoft.Graph.Auth -IncludePrerelease

orlandeuman
Автор

not really a getting started...can't find graph auth...

cmdrobilan
Автор

This does not work with microsoft.graph.auth preview 2! What has changed as I cannot find reference to the change in github?

chocolateandy
Автор

So poor. Ms.Graph.Auth is obsolete, it is said to use Azure.Identity but there is no documentation for that at all.

ArturMichajluk
Автор

Anyone else experiencing - 'Could not load type from assembly 'Microsoft.Identity.Client


var app =
var authProvider = new DeviceCodeProvider(app);
var client = new
var user = await


<packages>
<package id="Microsoft.Graph" version="1.15.0" targetFramework="net472" />
<package id="Microsoft.Graph.Auth" version="0.1.0-preview.2" targetFramework="net472" />
<package id="Microsoft.Graph.Core" version="1.15.0" targetFramework="net472" />
<package version="3.0.8" targetFramework="net472" />
<package id="Newtonsoft.Json" version="6.0.1" targetFramework="net472" />
<package version="4.3.0" targetFramework="net472" />
<package id="System.ValueTuple" version="4.3.0" targetFramework="net472" />
</packages>

wyldlynx
welcome to shbcf.ru