You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@bk-td : in PnP Framework pnp/pnpframework#762 was merged. This allows you to, in your app using PnP Framework configure an IPnPContextFactory with the settings you need and use that same IPnPContextFactory for both PnP Core SDK context creation as for getting a PnPContext from a CSOM ClientContext using below approach.
Note: this will appear via the next nightly build of PnP Framework.
Would love to see the possibility to set DisableTelemetry to true when creating a PnPContext via:
var pnpContext = PnPCoreSdk.Instance.GetPnPContext(csomContext);
The text was updated successfully, but these errors were encountered: