Stormancer.Server.Node 9.3.0.3-pre

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

This package contains the core functionalities of a Stormancer server node.

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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (13)

Showing the top 5 NuGet packages that depend on Stormancer.Server.Node:

Package Downloads
Stormancer.Elasticsearch

Stormancer node plugin that enables storing logs in an Elasticsearch cluster.

Stormancer.Security.Basic

Basic header based authentication for admin and public API.

Stormancer.Logging.Nlog

Nlog integration for Stormancer nodes.

Stormancer.Debugging

Adds Debugging features to the Stormancer grid.

Stormancer.LettuceEncrypt

Let's Encrypt plugin for Stormancer

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
9.3.0.3-pre 92 4/8/2026
9.3.0.2-pre 123 1/12/2026
9.3.0.1-pre 460 12/9/2025
9.3.0-pre 427 11/17/2025
9.2.2.6-pre 169 10/10/2025
9.2.2.4 275 6/6/2025
9.2.2.4-pre 225 4/2/2025
9.2.2.3-pre 229 4/2/2025
9.2.2.2-pre 220 4/1/2025
9.2.2.1-pre 223 4/1/2025
9.2.2-pre 171 3/21/2025
9.2.1.18 320 2/26/2025
9.2.1.18-pre 182 1/22/2025
9.2.1.17-pre 184 12/6/2024
9.2.1.16-pre 162 11/27/2024
9.2.1.15-pre 191 11/10/2024
9.2.1.14-pre 175 11/8/2024
9.2.1.13-pre 183 11/7/2024
9.2.1.12-pre 237 11/1/2024
9.2.1.11-pre 175 10/30/2024
Loading failed

Fixed
*****
- Improved error messages in SceneManagement.GetConnectionToken.
- Fix issue that prevented a peer from being removed from scenes by server request if they were connected to another node.

Added
*****
- Added Api to authorize P2P connections and add metadata so that external plugins can perform the P2P connection process in charge instead of the Stormancer API.