microsoftgraph / aspnet-snippets-sample

A repository of code snippets that use Microsoft Graph to perform common tasks such as sending email, managing groups, and other activities from an ASP.NET Core MVC app. This sample uses the Microsoft Graph .NET Client Library to work with data, and the Microsoft Identity Web Library for authentication on the Microsoft identity platform v2.0 endpoint.
MIT License
189 stars 101 forks source link

Where is the Resources resource? #43

Closed Thedemtron closed 4 years ago

Thedemtron commented 6 years ago

I am trying to use the example for MS Graph Member of function. The example is the public class Groups Services. It has a using Resources statement but I have no Idea where the dll is to reference in the references section.

Please help. cannot find many examples and I need to figure out all the groups the current is a member of. The examples I do find are incomplete. (They leave information out :( )

uthpala1000 commented 5 years ago

just right click on the project and add -> new resource file. copy the content from the snippet project resource file and past