NetFabric
Open-source libraries for .NET
Pinned Loading
Repositories
Showing 10 of 12 repositories
- NetFabric.Hyperlinq.Analyzer Public
A Roslyn analyzer with rules related to generation and consumption of enumerables and async enumerables in C#.
- NetFabric.Assertive Public
A fluent assertions library that performs full coverage on any enumerable type.
- NetFabric.Numerics Public
A .NET library that provides strongly-typed implementations of multiple coordinate systems, including rectangular, polar, spherical, and geodetic.
- NetFabric.Hyperlinq Public
High performance LINQ implementation with minimal heap allocations. Supports enumerables, async enumerables, arrays and Span<T>.
- NetFabric.ForEachEx Public
Enhances the functionality of the ForEach method, making it available for use with all types of collections.
- NetFabric.DoublyLinkedList Public
An alternative to LinkedList<T> with reverse operation and enumeration without allocation.