{"id":20286543,"url":"https://github.com/pnp/pnpframework","last_synced_at":"2025-04-08T11:09:09.033Z","repository":{"id":37367501,"uuid":"293789059","full_name":"pnp/pnpframework","owner":"pnp","description":"PnP Framework is a .NET library targeting Microsoft 365 containing the PnP Provisioning engine and a ton of other useful extensions","archived":false,"fork":false,"pushed_at":"2024-10-29T11:28:50.000Z","size":60405,"stargazers_count":209,"open_issues_count":341,"forks_count":144,"subscribers_count":17,"default_branch":"dev","last_synced_at":"2024-10-29T13:23:06.589Z","etag":null,"topics":["csharp","dotnet6","dotnet7","dotnetstandard","hacktoberfest","pnp-framework","pnp-provisioning-engine"],"latest_commit_sha":null,"homepage":"https://pnp.github.io/pnpframework/","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pnp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"docs/contributing/readme.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-09-08T11:25:26.000Z","updated_at":"2024-10-29T11:28:53.000Z","dependencies_parsed_at":"2024-11-06T03:35:39.568Z","dependency_job_id":null,"html_url":"https://github.com/pnp/pnpframework","commit_stats":{"total_commits":1786,"total_committers":62,"mean_commits":"28.806451612903224","dds":"0.39977603583426646","last_synced_commit":"d158cbd6b7d06723c8ca34d0dae0b2c275793c5c"},"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnp%2Fpnpframework","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnp%2Fpnpframework/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnp%2Fpnpframework/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnp%2Fpnpframework/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pnp","download_url":"https://codeload.github.com/pnp/pnpframework/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247829491,"owners_count":21002995,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["csharp","dotnet6","dotnet7","dotnetstandard","hacktoberfest","pnp-framework","pnp-provisioning-engine"],"created_at":"2024-11-14T14:34:59.497Z","updated_at":"2025-04-08T11:09:09.011Z","avatar_url":"https://github.com/pnp.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PnP Framework\n\n**PnP Framework** is a .NET Standard 2.0 / .NET 8.0 / .NET 9.0 library targeting Microsoft 365 containing the PnP Provisioning engine and a ton of other useful extensions. This library is the cross platform successor of the [PnP-Sites-Core](https://github.com/PnP/PnP-Sites-Core) library. The original [PnP-Sites-Core](https://github.com/PnP/PnP-Sites-Core) library only works on Windows (due to the dependency on .Net Framework) and supports SharePoint on-premises and SharePoint Online, while this library will work cross platform but only supports SharePoint Online. Going forward we'll only be **actively maintaining PnP Framework**, the [PnP-Sites-Core](https://github.com/PnP/PnP-Sites-Core) library is retired and archived.\n\nNext to PnP Framework that will be replacing [PnP-Sites-Core](https://github.com/PnP/PnP-Sites-Core) we're also building a brand new [PnP Core SDK](https://github.com/pnp/pnpcore) that targets modern .NET development and which will work everywhere where .NET will run. This library is the long term evolution of PnP Framework, we'll enable a phased transition from PnP Framework to [PnP Core SDK](https://github.com/pnp/pnpcore) without impacting PnP Framework users.\n\n## Getting started\n\nPull down the latest version of PnP Framework here:\n\nNuget package | Description | Latest release | Latest nightly development version\n--------------|-------------|----------------|------------------------------------\nPnP.Framework | The PnP Framework library | [![PnP.Framework Nuget package](https://img.shields.io/nuget/v/PnP.Framework.svg)](https://www.nuget.org/packages/PnP.Framework/) | [![PnP.Framework Nuget package](https://img.shields.io/nuget/vpre/PnP.Framework.svg)](https://www.nuget.org/packages/PnP.Framework/)\n\n## Migrating from PnP Sites Core\n\nThis library is the cross platform successor of the [PnP-Sites-Core](https://github.com/PnP/PnP-Sites-Core), see the [Migrating from PnP Sites Core to PnP Framework guide](docs/using-the-framework/migrating-from-pnp-sites-core.md) to learn how to switch over.\n\n## I've found a bug, where do I need to log an issue or create a PR\n\nIssues and PR's need to be created in the PnP Framework repo, the PnP Sites Core repo has been archived.\n\n## Supportability and SLA\n\nThis library is open-source and community provided component with active community providing support for it. This is not Microsoft provided component so there's no SLA or direct support for this open-source component from Microsoft. Please report any issues using the [issues list](https://github.com/pnp/pnpframework/issues).\n\n## Building and contributing\n\nTo build PnP Framework you need the following minimal components installed:\n\n- [Visual Studio 2022](https://visualstudio.microsoft.com/vs/)\n- [.NET SDK version 8.0](https://dotnet.microsoft.com/en-us/download/dotnet/8.0)\n\nContributions should be made against the **dev** branch of the repository.\n\n**Community rocks, sharing is caring!**\n\nThis project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.\n\n\n\u003cimg src=\"https://m365-visitor-stats.azurewebsites.net/pnpframework/readme\" /\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpnp%2Fpnpframework","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpnp%2Fpnpframework","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpnp%2Fpnpframework/lists"}