bcn.ActionFlow
1.0.3
dotnet add package bcn.ActionFlow --version 1.0.3
NuGet\Install-Package bcn.ActionFlow -Version 1.0.3
<PackageReference Include="bcn.ActionFlow" Version="1.0.3" />
<PackageVersion Include="bcn.ActionFlow" Version="1.0.3" />
<PackageReference Include="bcn.ActionFlow" />
paket add bcn.ActionFlow --version 1.0.3
#r "nuget: bcn.ActionFlow, 1.0.3"
#:package bcn.ActionFlow@1.0.3
#addin nuget:?package=bcn.ActionFlow&version=1.0.3
#tool nuget:?package=bcn.ActionFlow&version=1.0.3
ActionFlow
The ActionFlow package implements a redux/flux-like architecture for C#/.Net applications.
published package link: https://www.nuget.org/packages/bcn.ActionFlow
Originally developed to streamline improvements to my AI assistant project, it allows application logic to be structured as a flow of actions occurring around a centralized state. ActionFlow allows for multiple action, effect, selector, and reducer, files. As long as a file implements the relevant interface, and is injected using that interface, it should be pulled into the flow automatically.
See gptManager project for examples (https://github.com/bnesiba/gptManager).
| 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 was computed. 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 was computed. 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. |
-
net8.0
NuGet packages (1)
Showing the top 1 NuGet packages that depend on bcn.ActionFlow:
| Package | Downloads |
|---|---|
|
bcn.graphFlow
GraphFlow provides a typesafe, performant graph architecture for c# applications. Built on ActionFlow, GraphFlow provides a framework for defining and executing graphs in a typesafe and extensible manner. |
GitHub repositories
This package is not used by any popular GitHub repositories.