How to use OfficeDevPnP.Core with new PnP.Powershell? #321
-
We used OfficeDevPnP.Core (well mostly OfficeDevPnP.Core.Enums really, but anyway) with old SharePointPnPPowerShellOnline, now migrating to PnP.Powershell - what is best practice to do it? Update: I guess this https://github.com/pnp/pnpframework is the correct new thing, right? Only way to get the enums so far is |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
@evlo - Yes, that's correct, PnP.Framework.dll should be used for your enums. PnP PowerShell depends on this for some commandlets. Can you elaborate on why you need these enums ? They should be available I guess without explicitly loading the module. |
Beta Was this translation helpful? Give feedback.
-
Ie. |
Beta Was this translation helpful? Give feedback.
@evlo - Yes, that's correct, PnP.Framework.dll should be used for your enums. PnP PowerShell depends on this for some commandlets.
Can you elaborate on why you need these enums ? They should be available I guess without explicitly loading the module.