Katoa 1.1.1-alpha

This is a prerelease version of Katoa.
dotnet add package Katoa --version 1.1.1-alpha
NuGet\Install-Package Katoa -Version 1.1.1-alpha
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="Katoa" Version="1.1.1-alpha" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Katoa --version 1.1.1-alpha
#r "nuget: Katoa, 1.1.1-alpha"
#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.
// Install Katoa as a Cake Addin
#addin nuget:?package=Katoa&version=1.1.1-alpha&prerelease

// Install Katoa as a Cake Tool
#tool nuget:?package=Katoa&version=1.1.1-alpha&prerelease

katoa

Extension Library for C# with ALL the toys. This libaray was inspired by doing Advent of Code ( https://adventofcode.com/ ) and discovering that a lot of little utility methods that are available in other languages aren't in C#. None of the methods are too hard to implement but it would be much nicer if they were available to you straight away.

Todo

This is very much a work in process at the moment. The goal at the moment is to harvest as many little utility functions as possible from real code.

Keep in mind

  • These have not had a lot of consideration on whether these functions are a "good idea"
  • The testing is not too thorough but everything has a test
  • The function names and form may require a bit of refining
  • Performance has not been a primary goal
  • There is almost no documentation. However this will be once the library is more stable

Meaning of Katoa

In Māori it means "All". See https://maoridictionary.co.nz/search?keywords=katoa for a more complete definition plus pronunciation

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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. 
.NET Core netcoreapp2.0 is compatible.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETCoreApp 2.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
1.1.1-alpha 492 12/15/2018
1.1.0-alpha 491 12/11/2018
1.0.0 878 12/10/2018