[Archived] Libraries to create and consume web hooks on ASP.NET Core. Project moved to https://github.com/aspnet/AspLabs
9a2b0cb2f4 | ||
---|---|---|
.vsts-pipelines/builds | ||
build | ||
samples | ||
src | ||
test | ||
.appveyor.yml | ||
.editorconfig | ||
.gitattributes | ||
.gitignore | ||
.travis.yml | ||
CONTRIBUTING.md | ||
Directory.Build.props | ||
Directory.Build.targets | ||
LICENSE.txt | ||
NuGet.config | ||
NuGetPackageVerifier.json | ||
README.md | ||
WebHooks.sln | ||
build.cmd | ||
build.sh | ||
korebuild-lock.txt | ||
korebuild.json | ||
run.cmd | ||
run.ps1 | ||
run.sh | ||
version.props |
README.md
Microsoft ASP.NET Core WebHooks [Archived]
This GitHub project has been archived. Ongoing development on this prototype can be found in https://github.com/aspnet/AspLabs.
Note: This repo is solely for the ASP.NET Core WebHooks projects (libraries to consume WebHooks on ASP.NET Core 2.0 and .NET Standard 2.0). For ASP.NET WebHooks (targeting .NET Framework 4.5), see the aspnet/AspNetWebHooks repo.
ASP.NET Core WebHooks provide support for receiving WebHooks. The packages depend on ASP.NET Core MVC.
ASP.NET Core MVC is part of ASP.NET Core. You can find samples, documentation and getting started instructions for ASP.NET Core at the AspNetCore repo.
Samples
- All Samples
- Azure
- AzureContainerRegistry
- Bitbucket
- Dropbox
- DynamicCRM
- GitHub
- Kudu
- MailChimp
- Pusher
- SalesForce
- Slack
- Stripe
- Trello
- WordPress
Building from source
To run a complete build on command line only, execute build.cmd
or build.sh
without arguments. See developer documentation for more details.