Yolu 0.0.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package Yolu --version 0.0.3                
NuGet\Install-Package Yolu -Version 0.0.3                
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="Yolu" Version="0.0.3" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Yolu --version 0.0.3                
#r "nuget: Yolu, 0.0.3"                
#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 Yolu as a Cake Addin
#addin nuget:?package=Yolu&version=0.0.3

// Install Yolu as a Cake Tool
#tool nuget:?package=Yolu&version=0.0.3                

Yolu

Yolu provides utilities and language extensions aimed to improve development productivity and extend the .NET API with unique features.

Documentation

https://le-nn.github.io/yolu/

Install

Please install via package manager.

.NET CLI

dotnet add package Yolu --version VERSION_NUMBER

PackageReference

<PackageReference Include="Yolu" Version="VERSION_NUMBER" />

Install from Nuget

https://www.nuget.org/packages/yolu

Features

Introducing some of the functions

  • Range Expression Foreach: Make range expression available in foreach.

  • Arrays: Provides a safe, fast, convenient and unified array/mutable-array

  • Buffer: Provides utils and a mechanism to safely and quickly pool Buffers containing native memory

  • Error/TryCatch : It supplements features that are not sufficient with system exceptions, and provides a mechanism to handle them safely and type-safely.

  • Pipeline: Express functional programming-like pipeline operators with method chains

  • Utils: Provides various utils, helpers and extensions

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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net8.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
0.0.5 120 6/16/2024
0.0.4 123 6/16/2024
0.0.3 109 6/16/2024
0.0.2 144 2/26/2024
0.0.1 126 2/26/2024