Lists (1)
Sort Name ascending (A-Z)
Stars
Humanizer meets all your .NET needs for manipulating and displaying strings, enums, dates, times, timespans, numbers and quantities
Release with confidence, state-of-the-art property testing for .NET.
Memoization is a useful technique that allows easily optimize method calls. The sample shows how the Memoization works and how to implement it in C#.
C# port of https://www.npmjs.com/package/change-case
A cross platform tool to read & query JSON aka CLEF log files created by Serilog
Tool for generating dependency trees for .NET projects
DnsClient.NET is a simple yet very powerful and high performant open source library for the .NET Framework to do DNS lookups
Reactive collections based on Rx.Net
A ReactiveUI navigation library for Xamarin.Forms
A C# architecture test library to specify and assert architecture rules in C# for automated testing.
AvaloniaUI control that provides a simple way to display a dialog with information or prompt the user when information is needed
Provides way to asynchronous bitmap loading from web for Avalonia Image control and more
A cross platform package to copy text to and from the clipboard.
ReportGenerator converts coverage reports generated by coverlet, OpenCover, dotCover, Visual Studio, NCover, Cobertura, JaCoCo, Clover, gcov or lcov into human readable reports in various formats.
Cross platform code coverage for .NET
📇 A simple fake data generator for C#, F#, and VB.NET. Based on and ported from the famed faker.js.
This is a generic helper to help try some action until the given condition is met. It now works seamlessly with C# async/await keywords for asynchronous operations, which is very common in a scenar…