InsaneGenius.Utilities 3.6.2

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

Utilities

Some useful and not so useful C# .NET utility classes.

Build and Distribution

  • Source Code: GitHub - Source code, issues, discussions, and CI/CD pipelines.
  • Versioned Releases: GitHub Releases - Version tagged source code and build artifacts.
  • NuGet Packages NuGet Packages - .NET libraries published to NuGet.org.

Build Status

Release Status
Last Commit

Releases

GitHub Release
GitHub Pre-Release
NuGet Release

Release Notes

Version: 3.6:

Summary:

  • Internal CI/CD rework, no library API changes.
    • Branch-scoped self-publishing workflows.
    • Keyless OIDC NuGet publishing.
    • Hardened repository configuration, see WORKFLOW.md.

See Release History for complete release notes and older versions.

Installation

# Add the package to your project
dotnet add package InsaneGenius.Utilities
// Include the namespace
using InsaneGenius.Utilities;

Contributing

  • Branching workflow:
    • The repo uses a two-branch model with ruleset-enforced merge methods.
    • Feature branch → develop via squash merge (develop is kept linear).
    • developmain via merge commit (preserves develop's commit list on main as the second parent of each release commit).
    • Dependabot targets main and develop in parallel via separate PRs.
    • See WORKFLOW.md for complete details.
  • Code style:
  • Repository setup:

License

Licensed under the MIT License
GitHub License

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.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on InsaneGenius.Utilities:

Repository Stars
ptr727/PlexCleaner
Utility to optimize media files for Direct Play in Plex, Emby, Jellyfin, etc.
Version Downloads Last Updated
3.6.2 569 6/28/2026
3.6.1-gfcd4f92656 90 6/28/2026
3.5.6 314 6/22/2026
3.5.5 102 6/22/2026
3.5.4 121 6/22/2026
3.5.2 315 6/15/2026
3.4.25 98 6/22/2026
3.4.21 100 6/15/2026
3.4.18 165 6/8/2026
3.4.16 108 6/8/2026
3.4.13-g430c144039 109 4/9/2026
3.4.12-g42eae42c06 123 1/4/2026
3.4.3 1,112 4/9/2026
3.4.2 148 4/9/2026
3.4.1 838 1/4/2026
3.3.20 455 12/19/2025
3.3.20-g25c2039492 226 12/19/2025
3.3.17 683 12/1/2025
3.3.17-g4a98e46063 468 12/1/2025
3.3.16-g7db11563b1 456 12/1/2025
Loading failed