[Archived] Libraries to create and consume web hooks on ASP.NET Core. Project moved to https://github.com/aspnet/AspLabs
Перейти к файлу
Nate McMaster 9a2b0cb2f4
Update README.md
2018-10-10 13:03:31 -07:00
.vsts-pipelines/builds [automated] Change default branch to master 2018-07-02 12:40:39 -07:00
build Update dependencies.props 2018-10-07 12:34:08 -07:00
samples Add the Azure Container Registry webhook receiver (#303) 2018-05-29 11:05:32 -07:00
src Update deps and re-enable global routing 2018-08-02 18:42:15 -07:00
test Revert "Disable flakey tests" 2018-07-25 21:10:09 -07:00
.appveyor.yml [automated] Change default branch to master 2018-07-02 12:40:39 -07:00
.editorconfig Clean up build infrastructure 2018-01-24 15:24:17 -08:00
.gitattributes Quick fix: Add .gitattributes and normalize line endings 2017-11-09 13:58:26 -08:00
.gitignore Align with other ASP.NET Core projects 2018-01-22 16:13:57 -08:00
.travis.yml [automated] Change default branch to master 2018-07-02 12:40:39 -07:00
CONTRIBUTING.md Update CONTRIBUTING.md 2018-07-24 10:58:45 -07:00
Directory.Build.props Add certificate names for code signing 2018-06-05 22:36:36 -07:00
Directory.Build.targets Upgrade to netcoreapp22 2018-05-08 15:37:58 -07:00
LICENSE.txt Update LICENSE.txt 2018-09-27 15:26:10 -07:00
NuGet.config Align with other ASP.NET Core projects 2018-01-22 16:13:57 -08:00
NuGetPackageVerifier.json Clean up build infrastructure 2018-01-24 15:24:17 -08:00
README.md Update README.md 2018-10-10 13:03:31 -07:00
WebHooks.sln Revert "Disable flakey tests" 2018-07-25 21:10:09 -07:00
build.cmd Align with other ASP.NET Core projects 2018-01-22 16:13:57 -08:00
build.sh Align with other ASP.NET Core projects 2018-01-22 16:13:57 -08:00
korebuild-lock.txt Update dependencies.props 2018-10-07 12:34:08 -07:00
korebuild.json [automated] Change default branch to master 2018-07-02 12:40:39 -07:00
run.cmd Align with other ASP.NET Core projects 2018-01-22 16:13:57 -08:00
run.ps1 [automated] Change default branch to master 2018-07-02 12:40:39 -07:00
run.sh [automated] Change default branch to master 2018-07-02 12:40:39 -07:00
version.props Move version back to 1.0.0-preview3 2018-05-07 14:49:12 -07:00

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

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.