14 packages tagged with “Ordered”
Extensions for ordered testing with Xunit. Full support for ordering at all levels - test collections, test classes and test cases. Support for AssemblyFixture including IMessageSink injection and IAsyncLifetime. Supports .NET Core 1.x, .NET Core 2.x. and .NET 4.5.2+
Provides a generic, type-safe implementation of an OrderedDictionary.
A library of .NET dictionaries that are useful building blocks for in-memory caches with various eviction strategies (LRU and Random, primarily).
Dangl.Xunit.Extensions.Ordering - www.dangl-it.com
Linq extensions for ordered sequences. They have better perfomance in comparison to standard extensions. They don't enumerate entire sequences into HashSet<T> or lookup. With these you can lazily handle very large or even infinite sequences as long as they're ordered. Concat, Distinct, Except, GroupBy, GroupJoin, Intersect, Join, SelectMany and Union are available.
.NET library that implements an ordered dictionary. Provides all the functionality of Dictionary<TKey, TValue> but also maintains the items in an ordered list. Items can be added, removed and accessed by key or index. Implements IDictionary.
Class library with specialized collections to model graphs, queues, multi-value dictionaries and such.
TestFactory is a utility which helps composing and orchestrating test runs. TestFactory allows to create collections of test steps and guarantees that test steps run in a specific order. The result of a test run is summarized in a test summary.
Managed Commons library for SquareList specialized collection.
An always sorted collection. Has options to allow/disallow duplicate items as well as to sort in reverse order. CodeBits are useful code blocks that can included in your C# projects through NuGet. See the project site for documentation.
An always sorted observable collection. Has options to allow/disallow duplicate items as well as to sort in reverse order. CodeBits are useful code blocks that can included in your C# projects through NuGet. See the project site for documentation.
Ordered collection algorithms.
Fixed-Width Ordered Binary (FWOB) is a file format that can store a large number of user-defined fixed-width binary data frames in a key-ordered manner. This library provides an on-disk and an in-memory implementation for fast reading and writing FWOB files.
Simple xunit test ordering based on declaration order.