morelinq 2.0.0-alpha01
dotnet add package morelinq --version 2.0.0-alpha01
NuGet\Install-Package morelinq -Version 2.0.0-alpha01
<PackageReference Include="morelinq" Version="2.0.0-alpha01" />
<PackageVersion Include="morelinq" Version="2.0.0-alpha01" />
<PackageReference Include="morelinq" />
paket add morelinq --version 2.0.0-alpha01
#r "nuget: morelinq, 2.0.0-alpha01"
#addin nuget:?package=morelinq&version=2.0.0-alpha01&prerelease
#tool nuget:?package=morelinq&version=2.0.0-alpha01&prerelease
This project enhances LINQ to Objects with the following methods: Acquire, Assert, AssertCount, Batch, Cartesian, Concat, Consume, DistinctBy, EquiZip, ExceptBy, Exclude, Fold, ForEach, Generate, GenerateByIndex, GroupAdjacent, Incremental, Index, Interleave, Lag, Lead, MaxBy, MinBy, NestedLoops, OrderBy, Pad, Pairwise, Partition, Permutations, Pipe, Prepend, PreScan, Random, RandomDouble, RandomSubset, Rank, RankBy, Repeat, RunLengthEncode, Scan, Segment, SingleOrFallback, SkipUntil, Slice, SortedMerge, Split, Subsets, TagFirstLast, TakeEvery, TakeLast, TakeUntil, ThenBy, ToDataTable, ToDelimitedString, ToHashSet, Trace, Window, ZipLongest, ZipShortest
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net35 is compatible. net40 was computed. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
GitHub repositories (53)
Showing the top 20 popular GitHub repositories that depend on morelinq:
Repository | Stars |
---|---|
bchavez/Bogus
:card_index: A simple fake data generator for C#, F#, and VB.NET. Based on and ported from the famed faker.js.
|
|
ClosedXML/ClosedXML
ClosedXML is a .NET library for reading, manipulating and writing Excel 2007+ (.xlsx, .xlsm) files. It aims to provide an intuitive and user-friendly interface to dealing with the underlying OpenXML API.
|
|
dotnet/Silk.NET
The high-speed OpenGL, OpenCL, OpenAL, OpenXR, GLFW, SDL, Vulkan, Assimp, WebGPU, and DirectX bindings library your mother warned you about.
|
|
YarnSpinnerTool/YarnSpinner
Yarn Spinner is a tool for building interactive dialogue in games!
|
|
shaked6540/YoutubePlaylistDownloader
A tool to download whole playlists, channels or single videos from youtube and also optionally convert them to almost any format you would like
|
|
WebVella/WebVella-ERP
Free and open-source pluggable ERP and CRM software based on ASP.NET Core 9, RazorPages and PostgreSQL . Targets Linux or Windows as host OS.
|
|
bkaankose/Wino-Mail
Built-in Mail & Calendars app clone for Windows.
|
|
CodeMazeBlog/CodeMazeGuides
The main repository for all the Code Maze guides
|
|
Wouterdek/NodeNetwork
A C# library with a WPF node editor component based on ReactiveUI
|
|
AvillaDaniel/AvillaForensics
Avilla Forensics 3.0
|
|
Quaver/Quaver
The ultimate community-driven, and open-source competitive rhythm game available on Steam.
|
|
revoframework/Revo
Event Sourcing, CQRS and DDD framework for C#/.NET Core.
|
|
PoESkillTree/PoESkillTree
A Passive Skill Tree Planner for Path of Exile
|
|
Lunat1q/Catchem-PoGo
Project is DEAD, Discord server: https://discord.me/Catchem
|
|
ClosedXML/ClosedXML.Report
ClosedXML.Report is a tool for report generation with which you can easily export any data from your .NET classes to Excel using a XLSX-template.
|
|
ericsink/SQLitePCL.raw
A Portable Class Library (PCL) for low-level (raw) access to SQLite
|
|
Dynatrace/superdump
A service for automated crash-dump analysis
|
|
microsoft/component-detection
Scans your project to determine what components you use
|
|
Zarbuz/FileToVox
Tool for convert files into Magicavoxel file
|
|
sunnamed434/BitMono
Obfuscator for .NET and Mono, with a customizable engine for building your own obfuscators.
|
Version | Downloads | Last updated |
---|---|---|
2.0.0-alpha01 | 6,034 | 6/27/2013 |
1.1.0 | 35,109 | 8/12/2014 |
1.0.16006 | 21,902 | 5/7/2013 |
1.0.15631-beta | 133 | 1/31/2013 |
1.0.15416-beta | 59 | 11/16/2012 |
1.0.11729-beta | 46 | 11/9/2012 |
1.0.0 | 1,783 | 6/3/2011 |
Adds new operators: Assert, Cartesian, Exclude, Incremental, Interleave, Lag, Lead, NestedLoops, OrderBy, Partition, Permutations, Random, RandomDouble, RandomSubset, Rank, RankBy, Repeat, RunLengthEncode, Segment, Slice, SortedMerge, Subsets, TagFirstLast, ThenBy, Window, ZipShortest. See also http://code.google.com/p/morelinq/wiki/ApiChanges. This is an ALPHA release so operators may be renamed, changed radically or removed in the final version.