108 packages tagged with “order”
Provides an ITestCaseOrderer that allows you to control the order of execution of Xunit tests within a class.
Extensions for sorting strings using natural sort order i.e. Alphabetical order for humans.
Mundipagg alternative sdk for dotnet applications
Simple C# library to specify whether to place nulls first or last when ordering an enumerable by a key selector with nullable types.
Filtering, Ordering (Sorting) and Pagination library for .Net Core, ASP.NET Core, C#
Use OrderByNatural for ordering text in a more natural way.
An ABP application module that allows users to book time for people or assets.
Comparation is tiny library for work with equality and order.
Allows you to hierarchically order your entire (or part of) your NUnit test suite, support dependencies between tests and skipping tests if their dependencies fail. Ideal for complex integration tests.
Basic but fully functional and documented first-order logic implementations. Includes models for raw and CNF formulas, as well as extensible logic for creating, manipulating, formatting and indexing them.
This library's purpose is to sort objects by using 'keys' on properties. It was created to solve a pain point in sorting via web api endpoints
CoreEx .NET Data extras.
ComCat is a Resharper plugin that helps with 2 things in C# programming: order DataMember properties in a DataContract; sync comments from interface / base class to implementation / child class.You will need to use the ReSharper extension manager to point to the nuget repository (however this plugin is also available on Nuget Gallery) first in order to install this plugin. It possibly won't work with the Nuget package manager. Go to the project page for more info.
Order/Money Processing data access layer
Blazor Components used at webenology
A system for executable and extensible commands as events.
Order processing server model.
Purlin PData Search
Ordering XUnit testcase based on priority.
Interfaces for (Order/Money) Processing data access layer
An object for ordering during querying
This repository contains the following Swashbuckle addons. - Custom Ordering of Controllers - Adding Authentication/Authorization Information to Swagger API Documentation with Swashbuckle
KaosCollections is a .NET library that provides generic collection classes for storing elements that are both sorted and indexed. Two of these classes emulate Microsoft's SortedDictionary and SortedSet while delivering superior performance and greatly enhanced capability. Also included are sorted bag and a map classes. Based on order statistic B+ trees, all classes provide getting elements by index, getting the index of an element, range removal by index, range enumeration, and more. Primary types provided are: Kaos.Collections.RankedDictionary<TKey,TValue> Kaos.Collections.RankedSet<T> Kaos.Collections.RankedMap<TKey,TValue> Kaos.Collections.RankedBag<T>