InFlux 1.1.0
See the version list below for details.
dotnet add package InFlux --version 1.1.0
NuGet\Install-Package InFlux -Version 1.1.0
<PackageReference Include="InFlux" Version="1.1.0" />
paket add InFlux --version 1.1.0
#r "nuget: InFlux, 1.1.0"
// Install InFlux as a Cake Addin #addin nuget:?package=InFlux&version=1.1.0 // Install InFlux as a Cake Tool #tool nuget:?package=InFlux&version=1.1.0
Common architechtural code for building observable models with predicable event handling.
Auto-setup of known property and field types so a generalised 'entity changed' event fires too.
One-off subscriptions, and callbacks for completed events are supported.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. 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. |
-
net6.0
- No dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on InFlux:
Package | Downloads |
---|---|
BinaryDocumentDb
A low level blob database file, with a repository that acts as an index of available blobs. There has been a lot of thought around trying to avoid writing changes to the file on disk because solid state drives have a finite lifecycle. Therefore the underlying code seeks to re-use empty space, and only mark areas as free-space by altering a single byte on disk. Given this holds a file stream open, there can only be one instance of the repository, which you can consider the single source of truth. This repository raises events as file alterations complete, using the InFlux method of weak referenced events. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Initial release