Fluxify.Core
0.1.0-preview
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
<PackageReference Include="Fluxify.Core" Version="0.1.0-preview" />
<PackageVersion Include="Fluxify.Core" Version="0.1.0-preview" />
<PackageReference Include="Fluxify.Core" />
paket add Fluxify.Core --version 0.1.0-preview
#r "nuget: Fluxify.Core, 0.1.0-preview"
#:package Fluxify.Core@0.1.0-preview
#addin nuget:?package=Fluxify.Core&version=0.1.0-preview&prerelease
#tool nuget:?package=Fluxify.Core&version=0.1.0-preview&prerelease
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 | Versions 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. |
-
net10.0
- Microsoft.Extensions.Logging.Abstractions (>= 10.0.3)
-
net8.0
- Microsoft.Extensions.Logging.Abstractions (>= 10.0.3)
-
net9.0
- Microsoft.Extensions.Logging.Abstractions (>= 10.0.3)
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 |