omy.Utils 1.0.1

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

Utils Library

The Utils library is a large collection of helper namespaces covering many common programming needs. It targets .NET 8 and is the base dependency for the other utility packages contained in this repository.

Features

  • Arrays – helpers for comparing arrays, working with multi-dimensional data and specialized comparers
  • Collections – indexed lists, skip lists, LRU caches and dictionary extensions
  • Expressions – creation and transformation of expression trees and lambda utilities
  • Files – filesystem helpers to manipulate paths and temporary files
  • Mathematics – base classes for expression transformation and math functions
  • Net – advanced URI builder and network helpers
  • Objects – data conversion routines and an advanced string formatter
  • Reflection – additional reflection primitives such as PropertyOrFieldInfo
  • Resources – utilities for working with embedded resources
  • Security – Google Authenticator helpers
  • Streams – base16/base32/base64 converters and binary serialization
  • XML – helpers for XML processing

The design separates data structures from processing logic wherever possible and exposes extensibility points through interfaces.

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.

NuGet packages (8)

Showing the top 5 NuGet packages that depend on omy.Utils:

Package Downloads
omy.Utils.Imaging

Image accessors and drawing primitives - Bitmap manipulation helpers - 8, 32 and 64 bit color handling in ARGB and AHSV

omy.Utils.Geography

Coordinate utilities - Map to polar conversions - Distance computations - Map projections and tile helpers

omy.Utils.IO

Input/Output helpers - Base16/32/64 stream encoding - Stream copying and validation - Binary serialization framework

omy.Utils.Mathematics

Mathematics - Expression Derivation - Fast Fourier Transform - Conversion to International System (beta) - Linear Algebra (matrices in any dimension)

omy.Utils.Net

Network utilities - DNS protocol implementation - ICMP helpers and system network info

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.1 128 6/20/2025
1.0.0 838 3/6/2020