augustoproiete / NaturalStringExtensions
Extensions for sorting strings using natural sort order i.e. Alphabetical order for humans
☆33Updated 2 weeks ago
Alternatives and similar repositories for NaturalStringExtensions:
Users that are interested in NaturalStringExtensions are comparing it to the libraries listed below
- Non-boxing passing of values.☆27Updated 9 months ago
- Attempts to calculate the size of managed options (heap size) from within an application. Basically, compare this library to the SOS !Obj…☆21Updated last year
- ☆51Updated last week
- .NET Generic Host for UI applications☆23Updated 9 months ago
- A .NET library that provides strongly-typed implementations of multiple coordinate systems, including rectangular, polar, spherical, and …☆35Updated last year
- A lightweight utility library to create a Roslyn AdhocWorkspace from an existing solution or a csproj☆76Updated last year
- String cache to merge duplicate strings; capped with 2 generation LRU eviction and further evictions on Gen2 GC collections.☆70Updated 2 years ago
- Task-like structs which capture no synchronization context on the await operations.☆39Updated 2 years ago
- Provides methodof, propertyof and fieldof equivalents of typeof .☆65Updated 3 months ago
- Simple build versioning for .NET, powered by Git tags☆61Updated 3 weeks ago
- Works in conjunction with System.Text.RegularExpressions.Regex to boost performance, add a replace function, and support gigantic files t…☆23Updated last year
- A lightweight read-only git library written entirely in .NET☆30Updated 3 years ago
- VarDump is a utility for serialization runtime objects to C# or Visual Basic string.☆19Updated last week
- Visual Studio extension to show the values of constants where they are used☆24Updated last month
- Loads all the references on startup by actually using the types in the module initializer.☆38Updated last week
- A Visual Studio extension that checks and notifies about available updates for the installed NuGet packages for the open solution.☆18Updated last week
- Lightweight Git local repository traversal library for .NET/.NET Core/.NET Framework.☆98Updated 2 months ago
- The most revolutionary syntax visualizer☆70Updated 4 months ago
- File path abstraction library for .NET.☆66Updated this week
- Provides publishing support for applications using Onova.☆22Updated 9 months ago
- A library that automatically adds support for object deconstruction in C#.☆40Updated 3 months ago
- The unofficial GitHub ToolKit for developing GitHub Actions with .NET.☆64Updated 2 weeks ago
- A source generator for embedding resource files directly into your assembly. Access them as a `ReadOnlySpan<byte>`, with no allocations o…☆24Updated 2 years ago
- This is a Visual Studio C# source generator for automatically generating enum extension methods that implement a switch expression based …☆31Updated 3 years ago
- A C# string parser based on simple templates using source generators.☆41Updated last week
- A Roslyn analyzer with rules related to generation and consumption of enumerables and async enumerables in C#.☆44Updated 11 months ago
- Generates a synchronized version of an async method