Found 253 packages
Repeat attribute to use with Xunit
**This package is a fork from https://github.com/MarcolinoPT/Xunit.Repeat** This is a Standard2.0 version of the package Xunit.Repeat. Repeat attribute to use with Xunit
Easily calculate the next recurrence for recurring dates using a fluent syntax
Lodash.Repeat binding library for Bridge.NET projects.
Genesis.RepeatWithBackoff provides a RepeatWithBackoff extension method for IObservable<T>.
Provides managed equivalents of Extensible Application Markup Language (XAML) UI types from Windows Runtime. Commonly Used Types: Windows.UI.Xaml.CornerRadius Windows.UI.Xaml.Duration Windows.UI.Xaml.DurationType Windows.UI.Xaml.GridLength Windows.UI.Xaml.GridUnitType Windows.UI.Xaml.Thickness Windows.UI.Xaml.Media.Matrix Windows.UI.Xaml.Media.Animation.KeyTime Windows.UI.Xaml.Media.Animation.RepeatBehavior Windows.UI.Xaml.Media.Animation.RepeatBehaviorType Windows.UI.Xaml.Media.Media3D.Matrix3D When using NuGet 3.x this package requires at least version 3.4.
This project enhances LINQ to Objects with the following methods: Acquire, Aggregate (some EXPERIMENTAL), AggregateRight, Append, Assert, AssertCount, AtLeast, AtMost, Await (EXPERIMENTAL), AwaitCompletion (EXPERIMENTAL), Backsert, Batch, Cartesian, Choose, CountBetween, CompareCount, CountBy, CountDown, Consume, DistinctBy, Duplicates, EndsWith, EquiZip, Evaluate, Exactly, ExceptBy, Exclude, FallbackIfEmpty, FillBackward, FillForward, Flatten, Fold, ForEach, From, FullGroupJoin, FullJoin, Generate, GenerateByIndex, GroupAdjacent, Index, IndexBy, Insert, Interleave, Lag, Lead, LeftJoin, Maxima, Memoize (EXPERIMENTAL), Merge (EXPERIMENTAL), Minima, Move, OrderBy, OrderedMerge, Pad, PadStart, Pairwise, PartialSort, PartialSortBy, Partition, Permutations, Pipe, Prepend, PreScan, Random, RandomDouble, RandomSubset, Rank, RankBy, Repeat, Return, RightJoin, RunLengthEncode, Scan, ScanBy, ScanRight, Segment, Sequence, Shuffle, SkipLast, SkipLastWhile, SkipUntil, Slice, SortedMerge, Split, StartsWith, Subsets, TagFirstLast, TakeEvery, TakeLast, TakeUntil, ThenBy, ToArrayByIndex, ToDataTable, ToDelimitedString, ToDictionary, ToHashSet, ToLookup, Trace, Transpose, TraverseBreadthFirst, TraverseDepthFirst, TrySingle (EXPERIMENTAL), Unfold, Window, WindowLeft, WindowRight, ZipLongest, ZipShortest
Xamarin.Forms Custom Layouts(WrapLayout, RepeatableWrapLayout, RepeatableStackLayout, RepeatableFlexLayout)
Enable existing tests to run in a loop without writing a for loop.
Provides a Xamarin Workbooks integartion that adds beautiful rendering for MathNet.Symbolics expressions via MathJax.
Extensions to Blazor and DRY libraries to create Blazor client applications with a lower-code footprint. Use this Core library for server side and shared library common elements.
.Net Helper Extension for strings
Easily calculate the next recurrence for recurring dates using a fluent syntax
Extensions to Blazor and DRY libraries to create Blazor client applications with a lower-code footprint. Use this library in the Blazor project, it will include the Core library.
Package Description
A simple undo/redo history plugin for the Duality game engine.
Markdig xtensions that emit Confluence-compatible anchors and links for footnotes, and add Confluence macro support.
Wolfpack.Contrib.Checks.Processes
A wrapper for other Serilog sinks. Matches when message has already been logged. Useful if having an aggressive logger, and wants to throttle the output.
A clean code approach to conditional CSS Classes in Blazor Components (Razor Components). When building complex components for ASP.NET Blazor there are often CSS classes generated by multiple factors. Styles can often be added by system & component state, public parameters, and static base CSS classes. Combining many CSS classes together doesn't scale well, and when components get large it can be tough to reason about. The CSS builder pattern fixes this problem by offering a easy to repeat, easy to read pattern to use across components in a project.