NaturalSort.Extension
NaturalSort.Extension copied to clipboard
π Extension method for StringComparison that adds support for natural sorting (e.g. "abc1", "abc2", "abc10" instead of "abc1", "abc10", "abc2").
Bumps jetbrains.resharper.globaltools from 2024.1.6 to 2024.2.1. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.10.0 to 17.11.0. Release notes Sourced from Microsoft.NET.Test.Sdk's releases. v17.11.0 What's Changed Add reference to the AdapterUtilities library in the spec docs. by @βpeterwald in microsoft/vstest#4958 Stack...
Bumps jetbrains.resharper.globaltools from 2024.3.5 to 2025.1.2. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 3.0.2 to 3.1.0. Commits 00ab0a9 v3.1.0 fac4d85 Skip tests during discovery that have duplicate unique IDs, since they won't ... 2a4863b Move potentially throwing app domain cleanup...
All code is placed into `NaturalSort.Extension`. However, only `NaturalSortExtension` are "Extension" methods. Shouldn't the code better be structured as follows? namespace `NaturalSort` class `NaturalSortComparer` namespace `NaturalSort.Extension` class `NaturalSortExtension` or `NaturalSortExtensionMethods`...
Hi Tom, Glad having found your extension for completing a test case for my own open source project https://sourceforge.net/p/y-a-terminal/ I unfortunately ran into an issue or limitation: ### Windows Explorer...
Updated [jetbrains.resharper.globaltools](https://www.jetbrains.com/resharper/features/command-line.html) from 2025.3.0.1 to 2025.3.0.3. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...