VOOZH about

URL: https://www.nuget.org/packages/BeyondImmersion.Bannou.Core/

⇱ NuGet Gallery | BeyondImmersion.Bannou.Core 2.0.0




BeyondImmersion.Bannou.Core 2.0.0

There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package BeyondImmersion.Bannou.Core --version 2.0.0
 
 
NuGet\Install-Package BeyondImmersion.Bannou.Core -Version 2.0.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="BeyondImmersion.Bannou.Core" Version="2.0.0" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="BeyondImmersion.Bannou.Core" Version="2.0.0" />
 
Directory.Packages.props
<PackageReference Include="BeyondImmersion.Bannou.Core" />
 
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 BeyondImmersion.Bannou.Core --version 2.0.0
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: BeyondImmersion.Bannou.Core, 2.0.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 BeyondImmersion.Bannou.Core@2.0.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=BeyondImmersion.Bannou.Core&version=2.0.0
 
Install as a Cake Addin
#tool nuget:?package=BeyondImmersion.Bannou.Core&version=2.0.0
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

BeyondImmersion.Bannou.Core

Core types for Bannou SDKs including JSON serialization settings, event infrastructure, and shared exceptions.

Overview

This is a foundation package used by all other Bannou SDK packages. It provides:

  • BannouJson: Standardized JSON serialization with camelCase naming and proper enum handling
  • Event Infrastructure: Base types for the event-driven architecture
  • Shared Exceptions: Common exception types used across SDKs

Installation

dotnet add package BeyondImmersion.Bannou.Core

Note: This package is typically installed automatically as a dependency of higher-level packages like BeyondImmersion.Bannou.Client or BeyondImmersion.Bannou.Server.

Usage

using BeyondImmersion.Bannou.Core;

// Serialize with Bannou conventions
var json = BannouJson.Serialize(myObject);

// Deserialize
var obj = BannouJson.Deserialize<MyType>(json);

License

MIT

Product Versions Compatible and additional computed target framework versions.
.NET net8.0 net8.0 is compatible.  net8.0-android net8.0-android was computed.  net8.0-browser net8.0-browser was computed.  net8.0-ios net8.0-ios was computed.  net8.0-maccatalyst net8.0-maccatalyst was computed.  net8.0-macos net8.0-macos was computed.  net8.0-tvos net8.0-tvos was computed.  net8.0-windows net8.0-windows was computed.  net9.0 net9.0 is compatible.  net9.0-android net9.0-android was computed.  net9.0-browser net9.0-browser was computed.  net9.0-ios net9.0-ios was computed.  net9.0-maccatalyst net9.0-maccatalyst was computed.  net9.0-macos net9.0-macos was computed.  net9.0-tvos net9.0-tvos was computed.  net9.0-windows net9.0-windows was computed.  net10.0 net10.0 was computed.  net10.0-android net10.0-android was computed.  net10.0-browser net10.0-browser was computed.  net10.0-ios net10.0-ios was computed.  net10.0-maccatalyst net10.0-maccatalyst was computed.  net10.0-macos net10.0-macos was computed.  net10.0-tvos net10.0-tvos was computed.  net10.0-windows net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net8.0

    • No dependencies.
  • net9.0

    • No dependencies.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on BeyondImmersion.Bannou.Core:

Package Downloads
BeyondImmersion.Bannou.Client

Client SDK for Bannou service platform with models, events, and WebSocket protocol support. Lightweight package for game clients.

BeyondImmersion.Bannou.Bundle.Format

Asset bundle format reader/writer for Bannou with LZ4 compression support. Provides the .bannou bundle file format implementation.

BeyondImmersion.Bannou.Server

Server SDK for Bannou service platform with service clients, models, events, and WebSocket protocol support. Use this for game servers and internal services.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.0.1-preview.manual... 168 1/17/2026
2.0.1-preview.14 94 3/2/2026
2.0.1-preview.13 79 2/24/2026
2.0.1-preview.11 87 1/29/2026
2.0.1-preview.10 90 1/22/2026
2.0.1-preview.9 78 1/19/2026
2.0.1-preview.6 75 1/17/2026
2.0.1-preview.5 72 1/17/2026
2.0.0 544 1/17/2026
1.0.1-preview.4 70 1/17/2026
0.1.0-preview.manual... 92 1/16/2026