Fluxify.Core 0.1.0-preview

This is a prerelease version of Fluxify.Core.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Fluxify.Core --version 0.1.0-preview
                    
NuGet\Install-Package Fluxify.Core -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.Core" 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.Core" Version="0.1.0-preview" />
                    
Directory.Packages.props
<PackageReference Include="Fluxify.Core" />
                    
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.Core --version 0.1.0-preview
                    
#r "nuget: Fluxify.Core, 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.Core@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.Core&version=0.1.0-preview&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Fluxify.Core&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 (5)

Showing the top 5 NuGet packages that depend on Fluxify.Core:

Package Downloads
Fluxify.Dto

Fluxify is a .NET Library for building chat bots for the fluxer platform.

Fluxify.Gateway

Fluxify is a .NET Library for building chat bots for the fluxer platform.

Fluxify.Rest

Fluxify is a .NET Library for building chat bots for the fluxer platform.

Fluxify.Bot

Fluxify is a .NET Library for building chat bots for the fluxer platform.

Fluxify.AspNetCore.Authentication

Fluxify is a .NET Library for building chat bots for the fluxer platform.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.2.1-preview 115 5/10/2026
0.2.0.1-preview 65 4/20/2026
0.2.0-preview 75 4/12/2026
0.1.7-preview 90 4/2/2026
0.1.6-preview 90 3/30/2026
0.1.5-preview 121 3/28/2026
0.1.4.1-preview 65 3/26/2026
0.1.4-preview 60 3/26/2026
0.1.3-preview 133 3/22/2026
0.1.2-preview 65 3/21/2026
0.1.1-preview 74 3/18/2026
0.1.0-preview1 83 3/15/2026
0.1.0-preview 77 3/15/2026