Fluxify.Bot 0.1.0-preview

This is a prerelease version of Fluxify.Bot.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Fluxify.Bot --version 0.1.0-preview
                    
NuGet\Install-Package Fluxify.Bot -Version 0.1.0-preview
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Fluxify.Bot" Version="0.1.0-preview" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Fluxify.Bot" Version="0.1.0-preview" />
                    
Directory.Packages.props
<PackageReference Include="Fluxify.Bot" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Fluxify.Bot --version 0.1.0-preview
                    
#r "nuget: Fluxify.Bot, 0.1.0-preview"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Fluxify.Bot@0.1.0-preview
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Fluxify.Bot&version=0.1.0-preview&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Fluxify.Bot&version=0.1.0-preview&prerelease
                    
Install as a Cake Tool

Fluxify

.NET library for building applications that interact with fluxer

Getting Started

See Example.cs for a simple starting point

Building a Bot

Start with the Fluxify.Bot package.

var bot = new Bot("!", new FluxerConfig())

bot.Commands.Command("ping", (CommandContext ctx) => ctx.ReplyAsync("Pong!"));

await bot.RunAsync(new BotTokenCredentials("..."));

Logging (Simple)

Using FluxerConfig provide a ILoggerFactory.

Example with Microsoft.Extensions.Logging.Console:


var loggerFactory = LoggerFactory.Create(builder => builder.AddConsole());
var bot = new Bot("!", new FluxerConfig(loggerFactory));
...

Dependency Injection

Example with Microsoft.Extensions.DependencyInjection:

TODO

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.2.1-preview 77 5/10/2026
0.2.0.1-preview 57 4/20/2026
0.2.0-preview 69 4/12/2026
0.1.7-preview 93 4/2/2026
0.1.6-preview 84 3/30/2026
0.1.5-preview 107 3/28/2026
0.1.4.1-preview 60 3/26/2026
0.1.4-preview 60 3/26/2026
0.1.3-preview 105 3/22/2026
0.1.2-preview 56 3/21/2026
0.1.1-preview 65 3/18/2026
0.1.0-preview1 73 3/15/2026
0.1.0-preview 69 3/15/2026