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

Open/Schema Extensions Samples? #29

Closed christophwille closed 7 years ago

christophwille commented 7 years ago

The SDK now supports extensions, any plans to add to this sample application? (REST sample available at https://github.com/microsoftgraph/uwp-csharp-snippets-rest-sample) If PRs are welcome, I might take a look into this (ExtensionsService?).

jamescro commented 7 years ago

Thanks for the feedback. We would love to have extensions in this sample, but that work isn't currently scheduled. We are open to PRs, so please feel free to submit one if you have some snippets you'd like to contribute. Please follow the guidelines in this document: https://github.com/microsoftgraph/aspnet-snippets-sample/blob/master/CONTRIBUTING.md

jamescro commented 7 years ago

Thanks for your PR. Closing this now that we've established a process for adding extension snippets.