Hello,
I'm developing a plug-in to send my attachments to SharePoint, but i need to use these references from the Nuget SharePointPnpCoreOnline:
using SP = Microsoft.SharePoint.Client;
using OfficeDevPnP.Core;
Dynamics doesn't permited to use external dll in plug-ins, so i found the "ILMerge" to merge two dll, it work for some people, but i don't know how to use this.
I'm using dynamics Online and SharePoint Online.
I tryed to use SharePoint REST API, but i don't know how to start my plugin,
Please Help me