Annium.Social.Telegram
1.3.9
Prefix Reserved
dotnet add package Annium.Social.Telegram --version 1.3.9
NuGet\Install-Package Annium.Social.Telegram -Version 1.3.9
<PackageReference Include="Annium.Social.Telegram" Version="1.3.9" />
<PackageVersion Include="Annium.Social.Telegram" Version="1.3.9" />
<PackageReference Include="Annium.Social.Telegram" />
paket add Annium.Social.Telegram --version 1.3.9
#r "nuget: Annium.Social.Telegram, 1.3.9"
#:package Annium.Social.Telegram@1.3.9
#addin nuget:?package=Annium.Social.Telegram&version=1.3.9
#tool nuget:?package=Annium.Social.Telegram&version=1.3.9
Annium
A .NET 10 library: core framework, server-side infrastructure, Blazor client pieces, third-party integrations, exchange providers and CLI tooling — built and released together.
Six repositories used to hold this code and released independently, which meant a change in the core travelled outward one release at a time and every consumer saw a different version of it. They are one repository now, and one release line: every package ships the same version, and inside the repository they reference each other as projects rather than through nuget.org.
Layout
| Group | What it holds |
|---|---|
core/ |
The framework proper — DI, mediator, configuration, data and result types, serialization, networking, logging, identity, testing |
server/ |
Pieces that need infrastructure — caching, message bus, storage, the Mesh transport, hosting |
client/ |
Blazor components and client-side state |
finance/ |
Exchange provider integrations |
integrations/ |
Bridges to third-party libraries and services |
tools/ |
CLI tools — doc linting, versioning, REST client generation |
Every area follows the same shape: <group>/<Area>/src/<Package>/ beside
<group>/<Area>/tests/<Package>.Tests/.
Getting started
just # list every recipe
just setup # restore the dotnet tools
just build # build everything
just test # run the tests
License
MIT — see LICENSE.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | 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
- Annium.Core.DependencyInjection (>= 1.3.9)
- Annium.Execution.Background (>= 1.3.9)
- Annium.Logging.Console (>= 1.3.9)
- Annium.Net.Http (>= 1.3.9)
- Annium.Net.Servers.Web (>= 1.3.9)
- Annium.Serialization.Json (>= 1.3.9)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.