Wolfringo 2.1.5
dotnet add package Wolfringo --version 2.1.5
NuGet\Install-Package Wolfringo -Version 2.1.5
<PackageReference Include="Wolfringo" Version="2.1.5" />
paket add Wolfringo --version 2.1.5
#r "nuget: Wolfringo, 2.1.5"
// Install Wolfringo as a Cake Addin #addin nuget:?package=Wolfringo&version=2.1.5 // Install Wolfringo as a Cake Tool #tool nuget:?package=Wolfringo&version=2.1.5
Wolfringo
This is a .NET library for WOLF (previously Palringo).
This library is designed with extensibility through Dependency Injection in mind, and is compatible with ASP.NET Core and other .NET Core Hosting scenarios through Wolfringo.Hosting package.
Library works with strongly-typed messages and responses, that are serialized when sending and deserialized when receiving. Message listeners can be invoked by message type, giving full benefit of strong typing. Additionally, Wolfringo.Utilities package provides a Sender extensions class, which abstracts common sending tasks. Utilities package is included by default with Wolfringo meta-package.
Wolfringo provides a built in Commands System. Commands System uses attributes to mark commands, which greatly reduces amount of boilerplace code needed.
The Commands System follows the design principles of entire Wolfringo library, and therefore is easily extensible and easily customizable thanks to Dependency Injection.
Documentation
A full Documentation is now available - it includes Tutorials and Guides, as well as full API Reference.
Source Repository
Wolfringo is open source, with code hosted on GitHub.
Learn more about Target Frameworks and .NET Standard.
-
- Wolfringo.Commands (>= 2.1.5)
- Wolfringo.Core (>= 2.1.5)
- Wolfringo.Utilities (>= 2.1.1)
- Wolfringo.Utilities.Interactive (>= 2.0.0)
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 |
---|---|---|
2.1.5 | 0 | 1/29/2025 |
2.1.4 | 214 | 12/6/2024 |
2.1.3 | 102 | 11/25/2024 |
2.1.2 | 92 | 11/25/2024 |
2.1.1 | 88 | 11/25/2024 |
2.1.0 | 99 | 11/24/2024 |
2.0.1 | 463 | 11/13/2021 |
2.0.0 | 313 | 11/8/2021 |
1.1.2 | 374 | 2/5/2021 |
1.1.1 | 454 | 1/6/2021 |
1.1.0 | 359 | 1/4/2021 |
1.0.0 | 455 | 12/18/2020 |
1.0.0-beta5 | 348 | 12/17/2020 |
1.0.0-beta4 | 352 | 12/16/2020 |
1.0.0-beta2 | 325 | 11/30/2020 |
1.0.0-beta1 | 388 | 11/28/2020 |
0.4.1 | 394 | 10/18/2020 |
0.4.0 | 546 | 9/20/2020 |
- Add possibility for the caller to decide whether to pre-process group and website links when sending a message;
- Fix odd cases of errors when WOLF protocol wrongly sends member kicked notification as "leave" message;
- Fix group links not generating preview due to WOLF protocol settings requiring embeds as separate list of IDs;
- ChatMessage ID is no longer obsolete;
- SlowModeRate added to chat responses;
- Structured logs will now include binary message values;
- Minor thread safety improvements in socket client implementation;
- Minor performance in socket client on .NET 5 and later;
- System.Threading.Lock will now be used instead of old lock objects on .NET 9;