Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 657 Bytes

File metadata and controls

23 lines (15 loc) · 657 Bytes

TCSystem.Util

NuGet

Lightweight helpers and extension methods used by the other TCSystem libraries.

Installation

dotnet add package TCSystem.Util

Features

  • Sequential asynchronous ForEachAsync for enumerables
  • Randomized enumerable ordering
  • Null-safe equality implementation helper
  • Integer next-power-of-two calculation

Repository Development

Repository-wide prerequisites, target frameworks, dependencies, build, test, coverage, and API-documentation instructions are maintained in the main README.