borjaevo
borjaevo
Happened me the same with setToolTIps method.
Any news about this? it is planned to fix the setTooltips(String []) method not present anymore?
Dont what is happening. But i was able to start the installer executing it from the powershell. Thanks
> Could you please run these commands and post the output ? > > ```powershell > $pagename = "Welcome" > $page = Add-PnPPage -Name $pagename -LayoutType Home -ErrorAction:Stop > (Get-PnPException).Exception...
> @jansenbe should `Page.EnsurePagesLibraryAsync()` method in PnP Core at https://github.com/pnp/pnpcore/blob/40b870c5170b3d824dc278414d889c86c32f8037/src/sdk/PnP.Core/Model/SharePoint/Pages/Internal/Page.cs#L475 create a Page library if none exists ? There's no call to the CSOM method [ListCollection.EnsureSitePagesLibrary()](https://learn.microsoft.com/en-us/dotnet/api/microsoft.sharepoint.client.listcollection.ensuresitepageslibrary?view=sharepoint-csom) to create the library...
> There's no way to do that in the library at this point. You'd have to fork the source code and implement it yourself. And you could add a line...