![]() |
VOOZH | about |
This package has been deprecated and will no longer receive security updates: https://github.com/aspnet/Announcements/issues/528
dotnet add package Microsoft.AspNet.WebHooks.Common --version 1.2.2
NuGet\Install-Package Microsoft.AspNet.WebHooks.Common -Version 1.2.2
<PackageReference Include="Microsoft.AspNet.WebHooks.Common" Version="1.2.2" />
<PackageVersion Include="Microsoft.AspNet.WebHooks.Common" Version="1.2.2" />Directory.Packages.props
<PackageReference Include="Microsoft.AspNet.WebHooks.Common" />Project file
paket add Microsoft.AspNet.WebHooks.Common --version 1.2.2
#r "nuget: Microsoft.AspNet.WebHooks.Common, 1.2.2"
#:package Microsoft.AspNet.WebHooks.Common@1.2.2
#addin nuget:?package=Microsoft.AspNet.WebHooks.Common&version=1.2.2Install as a Cake Addin
#tool nuget:?package=Microsoft.AspNet.WebHooks.Common&version=1.2.2Install as a Cake Tool
This package provides common functionality for sending and receiving WebHooks using ASP.NET.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net45 net45 is compatible. net451 net451 was computed. net452 net452 was computed. net46 net46 was computed. net461 net461 was computed. net462 net462 was computed. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
Showing the top 5 NuGet packages that depend on Microsoft.AspNet.WebHooks.Common:
| Package | Downloads |
|---|---|
|
Microsoft.AspNet.WebHooks.Receivers
This package provides a uniform model for receiving WebHooks from an open-ended set of WebHook generators such as Dropbox, GitHub, Slack, and many more. |
|
|
Microsoft.AspNet.WebHooks.Custom
This package provides functionality for adding your own custom WebHook support to your ASP.NET project. The functionality enables users to register WebHooks using a simple pub/sub model, and for your code to send WebHooks to registered receivers with matching WebHook registrations. |
|
|
Microsoft.AspNet.WebHooks.Receivers.Custom
This package provides support for receiving custom WebHooks from ASP.NET WebHooks implementations. |
|
|
CloudCore.VirtualWorker
The module required to run CloudCore-based work-flow and scheduled tasks. |
|
|
Microsoft.AspNet.WebHooks.Custom.Mvc
This package exposes helpers for managing and triggering your custom WebHooks from within ASP.NET MVC Controllers. |
Showing the top 2 popular GitHub repositories that depend on Microsoft.AspNet.WebHooks.Common:
| Repository | Stars |
|---|---|
|
InstaSharp/InstaSharp
A c# wrapper for the Instagram API
|
|
|
ProfessionalCSharp/ProfessionalCSharp6
Code samples for the book Professional C# 6 and .NET Core 1.0, Wrox Press
|