Yolu 0.0.3
See the version list below for details.
dotnet add package Yolu --version 0.0.3
NuGet\Install-Package Yolu -Version 0.0.3
<PackageReference Include="Yolu" Version="0.0.3" />
paket add Yolu --version 0.0.3
#r "nuget: Yolu, 0.0.3"
// 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
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 | Versions 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. |
-
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.