{"id":23042579,"url":"https://github.com/guacam-ole/awecsome","last_synced_at":"2025-09-01T07:32:57.777Z","repository":{"id":38006243,"uuid":"120192217","full_name":"Guacam-Ole/aweCsome","owner":"Guacam-Ole","description":"AweCsome Framework: Entity Framework for SharePoint Provider Hosted Add-Ins","archived":false,"fork":false,"pushed_at":"2025-01-14T11:37:34.000Z","size":977,"stargazers_count":6,"open_issues_count":7,"forks_count":2,"subscribers_count":2,"default_branch":"develop","last_synced_at":"2025-08-27T07:00:07.474Z","etag":null,"topics":["csom","sharepoint"],"latest_commit_sha":null,"homepage":"","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/Guacam-Ole.png","metadata":{"files":{"readme":".github/README.md","changelog":null,"contributing":".github/contributing.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2018-02-04T14:30:41.000Z","updated_at":"2025-02-05T13:36:33.000Z","dependencies_parsed_at":"2025-09-01T07:32:53.891Z","dependency_job_id":null,"html_url":"https://github.com/Guacam-Ole/aweCsome","commit_stats":null,"previous_names":["olealbers/awecsome"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Guacam-Ole/aweCsome","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Guacam-Ole%2FaweCsome","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Guacam-Ole%2FaweCsome/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Guacam-Ole%2FaweCsome/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Guacam-Ole%2FaweCsome/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Guacam-Ole","download_url":"https://codeload.github.com/Guacam-Ole/aweCsome/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Guacam-Ole%2FaweCsome/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273088772,"owners_count":25043560,"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","status":"online","status_checked_at":"2025-09-01T02:00:09.058Z","response_time":120,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["csom","sharepoint"],"created_at":"2024-12-15T20:33:14.778Z","updated_at":"2025-09-01T07:32:57.732Z","avatar_url":"https://github.com/Guacam-Ole.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AweCsome Framework\nAweCsome Framework: Entity Framework for SharePoint Provider Hosted Add-Ins. If you need a quick Overview what it does and if it can help you, read the [Why use AweCsome?](/help/about.md) document.\n\n## Issues\nIf you find a bug or have a feature request, feel free to place an issue here. If you need support, please use [Stackoverflow](https://stackoverflow.com) or [SharePoint SE](https://sharepoint.stackexchange.com) instead.\n\nWe will look there even more often than here. And if you have a reputation of 1500 or above. Feel free to create an \"aweCsome\" tag :)\n\n**Abandoned** \nPlease be aware that this hasn't been maintained for a while now. Feel free to take over but as I am not working with SharePoint anymore it is very unlikely I will be able to provide any assistance\n\n## Using AweCsome\nYou can install AweCsome using NuGet. You always need to install two packages: [AweCsome.Interfaces](https://www.nuget.org/packages/AweCsome.Interfaces) and the package for the SharePoint-Version you are using, e.g. [AweCsome.O365](https://www.nuget.org/packages/AweCsome.O365) or [AweCsome.2013](https://www.nuget.org/packages/AweCsome.2013)\n\n## Building AweCsome\nIf you want to build the source by yourself using Visual Studio you need to update the nuget - packages to met your local structure.\n\nSimply type `Update-Package -reinstall` and you should be ready to go.\n\n## Getting Help\nDocumentation can be found at the [Wiki](../../../wiki)\n\n## Build status:\nThis is the most current Build status. Even if the status is \"failed\", there most likely is an older version that works just fine.\n### Develop (CI)\n* Interfaces \n[![Build Status](https://olealbers.visualstudio.com/AweCsome/_apis/build/status/Debug/AweCsome-Interfaces-Develop?branchName=develop)](https://olealbers.visualstudio.com/AweCsome/_build/latest?definitionId=7\u0026branchName=develop)\n\n* SharePoint O365\n[![Build Status](https://olealbers.visualstudio.com/AweCsome/_apis/build/status/Debug/AweCsome-365-Develop?branchName=develop)](https://olealbers.visualstudio.com/AweCsome/_build/latest?definitionId=5\u0026branchName=develop)\n\n* SharePoint 2013\n[![Build Status](https://olealbers.visualstudio.com/AweCsome/_apis/build/status/Debug/AweCsome-2013-Develop?branchName=develop)](https://olealbers.visualstudio.com/AweCsome/_build/latest?definitionId=6\u0026branchName=develop)\n\n### Master (stable)\n* Interfaces\n[![Build Status](https://olealbers.visualstudio.com/AweCsome/_apis/build/status/Release/AweCsome-Interfaces-Master?branchName=master)](https://olealbers.visualstudio.com/AweCsome/_build/latest?definitionId=9\u0026branchName=master)\n\n* SharePoint O365\n[![Build Status](https://olealbers.visualstudio.com/AweCsome/_apis/build/status/Release/AweCsome-365-Master?branchName=master)](https://olealbers.visualstudio.com/AweCsome/_build/latest?definitionId=10\u0026branchName=master)\n\n* SharePoint 2013\n[![Build Status](https://olealbers.visualstudio.com/AweCsome/_apis/build/status/Release/AweCsome-2013-Master?branchName=master)](https://olealbers.visualstudio.com/AweCsome/_build/latest?definitionId=11\u0026branchName=master)\n\n## NuGet-Packages\nAll AweCsome-Packages are available as NuGet-Packages. They can be found here:\n\n[AweCsome.Interfaces](https://www.nuget.org/packages/AweCsome.Interfaces/) ![Interfaces Version](https://img.shields.io/nuget/v/AweCsome.Interfaces)\n\n[AweCsome.O365](https://www.nuget.org/packages/AweCsome.O365/) ![O365 Version](https://img.shields.io/nuget/v/AweCsome.O365) \n\n[AweCSome.2013](https://www.nuget.org/packages/AweCsome.2013/) ![2013 Version](https://img.shields.io/nuget/v/AweCsome.2013) \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguacam-ole%2Fawecsome","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fguacam-ole%2Fawecsome","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguacam-ole%2Fawecsome/lists"}