https://github.com/guacam-ole/awecsome
AweCsome Framework: Entity Framework for SharePoint Provider Hosted Add-Ins
https://github.com/guacam-ole/awecsome
csom sharepoint
Last synced: 9 months ago
JSON representation
AweCsome Framework: Entity Framework for SharePoint Provider Hosted Add-Ins
- Host: GitHub
- URL: https://github.com/guacam-ole/awecsome
- Owner: Guacam-Ole
- License: mit
- Created: 2018-02-04T14:30:41.000Z (over 8 years ago)
- Default Branch: develop
- Last Pushed: 2025-01-14T11:37:34.000Z (over 1 year ago)
- Last Synced: 2025-08-27T07:00:07.474Z (9 months ago)
- Topics: csom, sharepoint
- Language: C#
- Homepage:
- Size: 954 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 7
-
Metadata Files:
- Readme: .github/README.md
- Contributing: .github/contributing.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# AweCsome Framework
AweCsome 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.
## Issues
If 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.
We 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 :)
**Abandoned**
Please 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
## Using AweCsome
You 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)
## Building AweCsome
If you want to build the source by yourself using Visual Studio you need to update the nuget - packages to met your local structure.
Simply type `Update-Package -reinstall` and you should be ready to go.
## Getting Help
Documentation can be found at the [Wiki](../../../wiki)
## Build status:
This is the most current Build status. Even if the status is "failed", there most likely is an older version that works just fine.
### Develop (CI)
* Interfaces
[](https://olealbers.visualstudio.com/AweCsome/_build/latest?definitionId=7&branchName=develop)
* SharePoint O365
[](https://olealbers.visualstudio.com/AweCsome/_build/latest?definitionId=5&branchName=develop)
* SharePoint 2013
[](https://olealbers.visualstudio.com/AweCsome/_build/latest?definitionId=6&branchName=develop)
### Master (stable)
* Interfaces
[](https://olealbers.visualstudio.com/AweCsome/_build/latest?definitionId=9&branchName=master)
* SharePoint O365
[](https://olealbers.visualstudio.com/AweCsome/_build/latest?definitionId=10&branchName=master)
* SharePoint 2013
[](https://olealbers.visualstudio.com/AweCsome/_build/latest?definitionId=11&branchName=master)
## NuGet-Packages
All AweCsome-Packages are available as NuGet-Packages. They can be found here:
[AweCsome.Interfaces](https://www.nuget.org/packages/AweCsome.Interfaces/) 
[AweCsome.O365](https://www.nuget.org/packages/AweCsome.O365/) 
[AweCSome.2013](https://www.nuget.org/packages/AweCsome.2013/) 