Libraries to create and consume web hooks on ASP.NET 4.x (Due to other priorities this project is currently in maintenance mode only. There are no planned releases at this time. No new features are planned and we are only addressing critical issues as required.)
Перейти к файлу
William Godbe 21b91e6327
Enable TSA/Policheck (#181)
2024-09-27 14:31:05 -07:00
.config Create tsaoptions.json (#178) 2024-07-31 10:10:01 -07:00
.nuget Move NuGet.config to repo root (#143) 2022-08-12 15:37:46 -07:00
eng/templates Fix build (#176) 2024-03-26 13:37:24 -07:00
samples Merged PR 34005: Resolve component governance issues 2023-09-28 15:45:41 +00:00
src Finish what Dependabot started (#158) 2023-02-21 14:49:05 -08:00
test Finish what Dependabot started (#158) 2023-02-21 14:49:05 -08:00
tools Use a more compatible NuGet.exe 2019-12-02 11:33:39 -08:00
.appveyor.yml Get AppVeyor builds working 2017-12-01 09:14:22 -08:00
.azure-ci-public.yml Convert to 1ES pipelines 2024-03-07 12:33:33 -08:00
.azure-ci.yml Enable TSA/Policheck (#181) 2024-09-27 14:31:05 -07:00
.editorconfig Just need one .editorconfig file 2017-11-12 18:36:14 -08:00
.gitattributes Quick fix: Add .gitattributes and normalize line endings 2017-11-09 13:58:26 -08:00
.gitignore Finish what Dependabot started (#158) 2023-02-21 14:49:05 -08:00
.travis.yml Update to newer tooling 2017-10-09 12:38:47 -07:00
AspNetWebHooks.msbuild Move NuGet.config to repo root (#143) 2022-08-12 15:37:46 -07:00
AspNetWebHooks.sln Add PayPal sample 2018-03-06 11:11:12 -08:00
CHANGELOG.md Added new and fancy changelog 2017-01-10 21:34:54 -08:00
CODE-OF-CONDUCT.md Link Code of Conduct (#48) 2020-04-09 12:54:14 -07:00
CONTRIBUTING.md Create CONTRIBUTING.md 2015-09-04 16:40:59 -07:00
CustomDictionary.xml Finish what Dependabot started (#158) 2023-02-21 14:49:05 -08:00
Directory.Build.props Finish what Dependabot started (#158) 2023-02-21 14:49:05 -08:00
Directory.Build.targets Remove ASP.NET Core WebHooks code and infrastructure 2018-01-19 08:33:17 -08:00
FxCop.ruleset Added support for git.push, git.pullrequest.created, and git.pullrequest.updated. Also added related tests. 2016-07-09 16:09:51 -07:00
FxCopTest.ruleset Added support for git.push, git.pullrequest.created, and git.pullrequest.updated. Also added related tests. 2016-07-09 16:09:51 -07:00
LICENSE.txt Rename LICENSE to LICENSE.txt 2015-09-04 16:39:37 -07:00
NuGet.Config Move NuGet.config to repo root (#143) 2022-08-12 15:37:46 -07:00
README.md Update URLs in README.md (#45) 2021-03-03 12:48:13 -08:00
SECURITY.md Add SECURITY.md 2024-09-10 16:52:47 -07:00
Settings.StyleCop Integrated pull request from rposener for SQL storage provider for WebHook registrations! 2015-10-30 17:03:37 -07:00
build.cmd Finish what Dependabot started (#158) 2023-02-21 14:49:05 -08:00
version.props Ship version 1.2.2 2019-12-02 13:19:43 -08:00

README.md

Microsoft ASP.NET WebHooks

Note: This repo is solely for the ASP.NET WebHooks projects (libraries to create and consume WebHooks on ASP.NET 4.x and .NET Framework 4.5). For ASP.NET Core WebHooks (targeting .NET Standard 2.0), see the aspnet/AspLabs repo.

Due to other priorities this project is currently in maintenance mode only. There are no planned releases at this time. No new features are planned and we are only addressing critical issues as required.

AppVeyor: AppVeyor

ASP.NET Web Hooks provide support for sending and receiving WebHooks.

See Introducing Microsoft ASP.NET WebHooks Preview for an introduction.

See the initial documentation for details.

Samples

ASP.NET

Resources