pnpcore icon indicating copy to clipboard operation
pnpcore copied to clipboard

The PnP Core SDK is a modern .NET SDK designed to work for Microsoft 365. It provides a unified object model for working with SharePoint Online and Teams which is agnostic to the underlying API's bein...

Results 58 pnpcore issues
Sort by recently updated
recently updated
newest added

## Category - [x] Feature request ## Describe the feature There are some SP navigation settings that can only be set via the `_api/navigation/menuState` and `_api/navigation/saveMenuState` REST API. Currently these...

area: model 📐

## Category - [x] Domain model extension ## Describe the domain model extension Would it be possible to extend the ISiteCollectionWithDetails object with additional properties? One that I am looking...

area:admin 📜

### Discussed in https://github.com/pnp/pnpcore/discussions/1099 Originally posted by **plamber** February 16, 2023 Hi, The new SharePoint Portal uses the /_api/SPO.Tenant/RenderAdminListData endpoint to retrieve sites in the admin portal. Have you considered...

area:admin 📜

## Category - [x] Feature request ## Describe the feature My feature request is that a Team Site with group also can have the visibility HiddenMembers instead of only public...

## Category - [x] Bug ## Describe the bug When querying with LoadItemsByCamlQueryAsync on a semi large list (10000 items) querying a specific folder throws REST exception ## Steps to...

question

## Category - [x] Bug ## Describe the bug When attempting to use the `item.File.GetShareLinks()` method on items within a List (not a Document Library) which have sharing links, I...

question

Use the new name for azure ad and one step in the new menu

## Category - [x] Bug ## Describe the bug I want to get a status code of an Delete Operation and lookup the `ResponseHttpStatusCode` in the request: ```csharp var user...