Unicorb.Max.Configuration.AspNetCore
0.9.17-alpha
dotnet add package Unicorb.Max.Configuration.AspNetCore --version 0.9.17-alpha
NuGet\Install-Package Unicorb.Max.Configuration.AspNetCore -Version 0.9.17-alpha
<PackageReference Include="Unicorb.Max.Configuration.AspNetCore" Version="0.9.17-alpha" />
<PackageVersion Include="Unicorb.Max.Configuration.AspNetCore" Version="0.9.17-alpha" />
<PackageReference Include="Unicorb.Max.Configuration.AspNetCore" />
paket add Unicorb.Max.Configuration.AspNetCore --version 0.9.17-alpha
#r "nuget: Unicorb.Max.Configuration.AspNetCore, 0.9.17-alpha"
#:package Unicorb.Max.Configuration.AspNetCore@0.9.17-alpha
#addin nuget:?package=Unicorb.Max.Configuration.AspNetCore&version=0.9.17-alpha&prerelease
#tool nuget:?package=Unicorb.Max.Configuration.AspNetCore&version=0.9.17-alpha&prerelease
Unicorb.Max.Configuration.AspNetCore
ASP.NET Core endpoint for Max webhooks. It accepts POST requests on /{WebhookRoute} and passes updates to IUpdateService<Update>.
Dependencies: Unicorb, Unicorb.Max.Configuration
TFM: net9.0, net10.0
The API may change before version 1.0.0. Depends on pre-release
MaxMessenger.BotthroughUnicorb.Max.Configuration.
Install
dotnet add package Unicorb.Max.Configuration.AspNetCore --prerelease
Quick Start
using Unicorb.Max.Configuration.AspNetCore;
builder.Services.AddMaxConfiguration(maxOptions);
builder.Services.AddMaxBridge();
var app = builder.Build();
app.UseMaxWebhook();
UseMaxWebhook() reads WebhookRoute from MaxBotConfig.
Updates use the same JSON format as Max Bot API. Processing requires IUpdateService<Update>, usually registered by AddMaxBridge().
When To Use
- In webhook mode, Max sends updates to a public URL.
- In polling mode, the local polling service forwards updates to the same endpoint.
See Also
Unicorb.Max.Configuration: Max client, webhook and polling.Unicorb.Max.Bridge: Unicorb pipeline for Max.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- Unicorb (>= 0.9.17-alpha)
- Unicorb.Max.Configuration (>= 0.9.17-alpha)
-
net9.0
- Unicorb (>= 0.9.17-alpha)
- Unicorb.Max.Configuration (>= 0.9.17-alpha)
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 |
|---|---|---|
| 0.9.17-alpha | 24 | 7/30/2026 |
| 0.9.16-alpha | 25 | 7/30/2026 |
| 0.9.15-alpha | 32 | 7/30/2026 |
| 0.9.14-alpha | 33 | 7/29/2026 |
| 0.9.13-alpha | 46 | 7/21/2026 |
| 0.9.12-alpha | 48 | 7/20/2026 |
| 0.9.11-alpha | 55 | 7/15/2026 |
| 0.9.10-alpha | 56 | 7/13/2026 |
| 0.9.9-alpha | 52 | 7/13/2026 |
| 0.9.8-alpha | 55 | 7/12/2026 |
| 0.9.7-alpha | 58 | 7/10/2026 |
| 0.9.6-alpha | 61 | 7/10/2026 |
| 0.9.5-alpha | 55 | 7/9/2026 |
| 0.9.4-alpha | 57 | 7/9/2026 |
| 0.9.3-alpha | 67 | 6/24/2026 |
| 0.9.2-alpha | 63 | 6/23/2026 |
| 0.9.1-alpha | 67 | 6/14/2026 |
| 0.9.0-alpha | 61 | 6/14/2026 |