Fluxer.Net 1.7.0

dotnet add package Fluxer.Net --version 1.7.0
                    
NuGet\Install-Package Fluxer.Net -Version 1.7.0
                    
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="Fluxer.Net" Version="1.7.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Fluxer.Net" Version="1.7.0" />
                    
Directory.Packages.props
<PackageReference Include="Fluxer.Net" />
                    
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 Fluxer.Net --version 1.7.0
                    
#r "nuget: Fluxer.Net, 1.7.0"
                    
#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 Fluxer.Net@1.7.0
                    
#: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=Fluxer.Net&version=1.7.0
                    
Install as a Cake Addin
#tool nuget:?package=Fluxer.Net&version=1.7.0
                    
Install as a Cake Tool

Fluxer.Net

Fluxer.Net is currently functional with Fluxer's pre-release, however, things are very likely to break or stop working as Fluxer updates. Please report bug reports in the issues page, and open pull requests for missing or broken features and endpoints.

<br />

<div align="center"> <a href="https://www.nuget.org/packages/Fluxer.Net/"> <img src="https://img.shields.io/nuget/v/Fluxer.Net.svg?maxAge=2592000?style=plastic" alt="NuGet"> </a> <a href="https://www.nuget.org/packages/Fluxer.Net/"> <img src="https://img.shields.io/nuget/vpre/Fluxer.Net.svg?maxAge=2592000?style=plastic" alt="NuGet"> </a> <a href="https://github.com/Nexfinity/Fluxer.Net/actions/workflows/publish.yml"> <img src="https://github.com/Nexfinity/Fluxer.Net/actions/workflows/publish.yml/badge.svg" alt="Dotnet Build Status"> </a> </div>

📄 Documentation

Documentation can be found at https://fluxer.net/

🩷 Supporting Fluxer.Net

Fluxer.Net is an MIT-licensed open source project with its development made possible entirely by volunteers.

📥 Installation

Stable (NuGet)

Our stable builds available from NuGet through the Fluxer.Net metapackage:

Nightlies

Nightlies are builds of Fluxer.Net that are still in an experimental phase, and have not been released. We do not current have a nightlies build feed.

🗃️ Versioning Guarantees

This library generally abides by Semantic Versioning. Packages are published in MAJOR.MINOR.PATCH version format. Alpha or pre-releases may have an additional suffix tag to mark them from primary releases. Also note that sometimes exceptions may be made to this policy, and when this occurs a note will be included in the relevent changelist.

Patch component

An increment of the PATCH component always indicates that an internal-only change was made, generally a bugfix. These changes will not affect the public-facing API in any way, and are always guaranteed to be forward- and backwards-compatible with your codebase, any pre-compiled dependencies of your codebase.

Minor component

An increment of the MINOR component indicates that some addition was made to the library, and this addition is not backwards-compatible with prior versions. However, Fluxer.Net does not guarantee forward-compatibility on minor additions. In other words, we permit a limited set of breaking changes on a minor version bump.

Major version bumps generally indicate some major change to the library, and as such we are hesitant to bump the major version for every minor addition to the library.

While we will never break the API (outside of interface changes) on minor builds, we will occasionally need to break the ABI, by introducing parameters to a method to match changes upstream with Fluxer. As such, a minor version increment may require you to recompile your code, and dependencies, such as addons, may also need to be recompiled and republished on the newer version. When a binary breaking change is made, the change will be noted in the release notes.

Major component

An increment of the MAJOR component indicates that breaking changes have been made to the library; consumers should check the release notes to determine what changes need to be made.

📚 Branches

Release

Release branch. Upon release, patches will be pushed to these branches. New NuGet releases will be tagged on this branch.

Dev

Development branch, available on MyGet. This branch is what pull requests are targetted to.

Feature/X

Branches that target Dev, adding new features. Feel free to explore these branches and give feedback where necessary.

Dev and Feature/X branches are VERY likely to contain breaking or even unstable changes and are NOT reccomended to be used in production. Use at your own risk.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  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 is compatible.  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.  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. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos 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
1.7.0 0 3/31/2026
1.6.1 36 3/29/2026
1.6.0 36 3/29/2026
1.5.0 38 3/27/2026
1.4.1 30 3/26/2026
1.4.0 82 3/26/2026
1.3.0 30 3/26/2026
1.2.0 59 3/25/2026
1.1.0 86 3/22/2026
1.0.0-alpha9 268 11/7/2025 1.0.0-alpha9 is deprecated because it is no longer maintained.
1.0.0-alpha20 73 3/20/2026
1.0.0-alpha19 78 3/20/2026
1.0.0-alpha18 72 3/19/2026
1.0.0-alpha17 81 3/18/2026
1.0.0-alpha16 86 3/11/2026
1.0.0-alpha15 162 3/2/2026
1.0.0-alpha13 105 2/23/2026
1.0.0-alpha12 91 2/21/2026
1.0.0-alpha11 124 2/12/2026
1.0.0-alpha10 180 11/22/2025 1.0.0-alpha10 is deprecated because it is no longer maintained.
Loading failed