B44.Common 0.4.5

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

B44.Common

Engine-free shared primitives from the B44 game studio. No Godot or other engine dependency — usable in any .NET 8 project.

  • Diagnostics.StructuredGameLogger — sink-delegate structured logging with per-category verbosity and correlation scopes.
  • Interfaces.IRandomSource / SystemRandomSource — injectable, seedable randomness so domain logic stays deterministic under test.
  • Persistence.AtomicJsonFileStore<T> — durable JSON store: flush-to-disk before an atomic rename, .bak rotation with automatic recovery on load. Ships with IRepository<T>, InMemoryRepository<T>, a fallback factory, and SavePaths.
  • Quality.SourceSizeRatchet — baseline-pinned file-size check you run from your own test suite (new files capped; baselined files may shrink, never grow).
  • Rgba, TimeProviderExtensions.

Unlicensed studio tooling (all rights reserved), published for our own credential-free restore across repos.

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.
  • net8.0

    • No dependencies.

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
0.4.5 31 7/18/2026
0.4.4 32 7/18/2026
0.4.3 39 7/18/2026