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
@DmitriiPavlenko : I've implemented support for this, you can now read news digest pages and if needed clone them. There's no support for creating those using the API, does not feel like an API scenario. The updates will be included in the next nightly build (version 1.8.97 or higher), will close the issue now but feel free to re-open or create a new one if the implemented fix is not working for you.
Category
Describe the bug
Loading pages from site where Page with type "News Digest" is present causing unhandled enum parsing exception in file
https://github.com/pnp/pnpcore/blob/1.8.0/src/sdk/PnP.Core/Model/SharePoint/Pages/Internal/Page.cs line 983
My StackTrace
Steps to reproduce
PnPContext.Web.GetPagesAsync()
method on previously initialised context.Expected behavior
Enum.Parse
should be changed toEnum.TryParse
with appropriate handling.Environment details (development & target environment)
The text was updated successfully, but these errors were encountered: