AspNet.WebHooks.Custom.MongoStorage
1.5.0
dotnet add package AspNet.WebHooks.Custom.MongoStorage --version 1.5.0
NuGet\Install-Package AspNet.WebHooks.Custom.MongoStorage -Version 1.5.0
<PackageReference Include="AspNet.WebHooks.Custom.MongoStorage" Version="1.5.0" />
<PackageVersion Include="AspNet.WebHooks.Custom.MongoStorage" Version="1.5.0" />
<PackageReference Include="AspNet.WebHooks.Custom.MongoStorage" />
paket add AspNet.WebHooks.Custom.MongoStorage --version 1.5.0
#r "nuget: AspNet.WebHooks.Custom.MongoStorage, 1.5.0"
#addin nuget:?package=AspNet.WebHooks.Custom.MongoStorage&version=1.5.0
#tool nuget:?package=AspNet.WebHooks.Custom.MongoStorage&version=1.5.0
AspNet.WebHooks.Custom.MongoStorage
This package provides the support for persisting your custom WebHooks registrations in a MongoDB storage medium.
Install this package and it will be added as a reference in your main WebApi/ MVC project.
Resolve its dependency using httpConfiguration object in the WebApiConfig.cs and provide your connection string name as 'config.InitializeCustomWebHooksMongoStorage("connection string name")'.
You can also provide the names of the Mongo Collection or Document. Also have a look of the optional parameters of this method.
You also need to add the WebHooks nuget packages to make your solution run for the WebHooks using the MongoDB.
The source code for this package is available on github on the following URL: https://github.com/dgrizwan/AspNet.WebHooks.Custom.MongoStorage
This project is open for any contribution i.e. you can generate a pull request or create an issue etc.
Thanks!
Muhammad Rizwan
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- Microsoft.AspNet.WebApi.Core (>= 5.2.2)
- Microsoft.AspNet.WebHooks.Common (>= 1.2.1)
- Microsoft.AspNet.WebHooks.Custom (>= 1.2.1)
- Microsoft.AspNetCore.DataProtection (>= 1.0.0)
- Microsoft.Extensions.Configuration (>= 1.0.0)
- Microsoft.Extensions.DependencyInjection (>= 1.0.0)
- Microsoft.Extensions.PlatformAbstractions (>= 1.0.0)
- MongoDB.Bson (>= 2.7.2)
- MongoDB.Driver (>= 2.7.2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.5.0 | 11,536 | 2/10/2019 |
This version includes dependecy resolution and general fixes.