SynesthesiaUtils 2026.609.2

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

🚀 Synesthesia Utils

GitHub Workflow Status NuGet Version

Target .NET License

A small C# utility library used across my projects

⚡ Features

  • Common extension methods for:
    • string
    • int
    • double
    • bool
    • DateTimeOffset
    • Assembly
    • Collections
    • Enums
    • Objects
    • Spans
    • Vectors
  • Event dispatching utilities
  • Atomic value wrappers
  • Fast and optimized object pooling utilities
  • Random number generation utilities
  • Limited-capacity collections
  • Nested map/value helpers
  • Runtime information helpers
  • Simple timing/profiling utilities
Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  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.
  • net10.0

    • No dependencies.

NuGet packages (7)

Showing the top 5 NuGet packages that depend on SynesthesiaUtils:

Package Downloads
SynesthesiaDev.Codon.Optionals

Utlity library containig Optional class for Codon because nullable generics in C# SUCK

SynesthesiaDev.Codon.Codec

A .NET Codec library that can serialize into any format via custom transcoders

SynesthesiaDev.Codon.BinaryCodec

A .NET Codec library that can serialize into binary format

SynesthesiaDev.Codon.Codon

A .NET Codec library that can both serialize into binary format and any other format via custom transcoders

SynesthesiaDev.Codon.IniTranscoder

A Codon transcoder for INI format

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2026.609.2 46 6/9/2026
2026.609.1 40 6/9/2026
2026.609.0 43 6/9/2026
1.2.0 1,711 1/24/2026
1.1.0 125 1/5/2026
1.0.0 295 11/24/2025