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
                    
#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

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 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 is compatible.  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.
  • 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.Bundle.Format

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

BeyondImmersion.Bannou.Client

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

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... 103 1/17/2026
2.0.1-preview.11 53 1/29/2026
2.0.1-preview.10 55 1/22/2026
2.0.1-preview.9 50 1/19/2026
2.0.1-preview.6 42 1/17/2026
2.0.1-preview.5 41 1/17/2026
2.0.0 499 1/17/2026
1.0.1-preview.4 40 1/17/2026
0.1.0-preview.manual... 60 1/16/2026