Replies: 6 comments 2 replies
-
That's what I do on my own repo. Here, this has been suggested a couple times, and here is an answer provided by @hugoabernier . As someone who follows this repository, I see that just identifying the author is often a challenge. Providing and supporting sppkg, with the added traffic and questions from non-devs, would require some structuring. |
Beta Was this translation helpful? Give feedback.
-
The purpose of this repo is to share code samples and to teach how to build solutions, not to provide ready built .sppkg files as it would defeat the purpose. With that being said, there is absolutely a need for a place to share built solutions. I expect the answer from Microsoft wound be to use the SharePoint app store, but it is probably not quite the experience we're all looking for. My suggestion is to let Microsoft know that this is something the community needs by creating a suggestion in User Voice and getting people to vote on it. I'm mark this issue as closed as it doesn't fit this repository mandate. |
Beta Was this translation helpful? Give feedback.
-
If you allow me a couple comments:
|
Beta Was this translation helpful? Give feedback.
-
I agree with you, but the problem is a matter of liability and exposure. While we can control that the source code doesn't contain any malicious code or exploits by providing a gating process which includes a code review, code scanning, and dependency scanning -- provided by GitHub -- we can't control what goes in other people's repos. And while most people are good, there is still a possibility for someone to inject malicious code in their packages or repositories. And while this repository clearly says that ...
...it still doesn't stop people from opening helpdesk tickets with Microsoft support who demand that Microsoft fix issues with the sample code. Providing a gated repository for code samples without We have an automated process that builds (or tries to) a And again, the primary purpose of this repo is to share sample code and share development patterns. Providing a link to another person's repo, or an externally-hosted Trust me, I'd love for nothing more than to package all the cool web parts I've built over the years and share them with everyone. I'm in a sharing mood :-) I know it doesn't provide a solution to this issue, but I hope that it helps shed some light on why we usually don't provide the I'd love to hear from the community about creative ways that we could do what the community needs without lowering quality and security standards. I'll convert this to a discussion so we can (hopefully) encourage a healthy and constructive debate. |
Beta Was this translation helpful? Give feedback.
-
Hi Anyone please guide if pzl-script-editor.sppkg can be used for production site? Is there any licemsing need or its free to use? Thanks |
Beta Was this translation helpful? Give feedback.
-
The samples in this repository are for training purposes only. We do not provide the You are free to download the code and build the solution and use in your environment according to your organization's policies. Standard SharePoint usage licenses apply. Please refer to the LICENSE guideline in this repository for more information. |
Beta Was this translation helpful? Give feedback.
-
would be nice if we published prebuilt versions of these so that others could use them without needing to be a dev.
Beta Was this translation helpful? Give feedback.
All reactions