Top 20 NuGet Packages
C# source implementation that enhances LINQ to Objects with the method Prepend. Prepends a single value to a sequence.
C# source implementation that enhances LINQ to Objects with the method PreScan. Performs a pre-scan (exclusive prefix sum) on a sequence of elements.
C# source implementation that enhances LINQ to Objects with the method Scan. Peforms a scan (inclusive prefix sum) on a sequence of elements.
C# source implementation that enhances LINQ to Objects with the method SingleOrFallback. Returns the single element in the given sequence, or the result of executing a fallback delegate if the sequence is empty. This method throws an exception if there is more than one element in the sequence.
C# source implementation that enhances LINQ to Objects with the method SkipUntil. Skips items from the input sequence until the given predicate returns true when applied to the current source item; that item will be the last skipped.
C# source implementation that enhances LINQ to Objects with the method Split. Splits the source sequence by a separator.
C# source implementation that enhances LINQ to Objects with the method TakeEvery. Returns every N-th element of a source sequence.
C# source implementation that enhances LINQ to Objects with the method TakeLast. Returns a specified number of contiguous elements from the end of a sequence.
C# source implementation that enhances LINQ to Objects with the method TakeUntil. Returns items from the input sequence until the given predicate returns true when applied to the current source item; that item will be the last returned.
C# source implementation that enhances LINQ to Objects with the method ToDelimitedString. Creates a delimited string from a sequence of values. The delimiter used depends on the current culture of the executing thread.
C# source implementation that enhances LINQ to Objects with the method Trace. Traces the elements of a source sequence for diagnostics.
C# source implementation that enhances LINQ to Objects with the method Zip. Returns a projection of tuples, where each tuple contains the N-th element from each of the argument sequences.
C# source implementation that enhances LINQ to Objects with the method ZipLongest. Returns a projection of tuples, where each tuple contains the N-th element from each of the argument sequences.
RESTAPIWrapper provides an easy to use wrapper for the MinsitryPlatform REST API and OAuth stacks.
A lightweight and fast Json Schema validation package
This is a C# port of the C-based MPFIT Levenberg-Marquardt solver for nonlinear least-squares data fitting at Argonne National Labs for any platform compatible with .NET Standard 2.0.
MR.AttributeDI's plugin for Autofac.
Primitives shared by framework extensions.
Run a bower command as a MSBuild task
Generates the ThisAssembly partial class and adds a Project property containing properties from the source project file. These might be useful for conditional behaviors, diagnostics and tracing, and more.
Included properties are: AssemblyName, RootNamespace, ProjectGuid, TargetFrameworkVers...