ktsu.Extensions
1.2.10
Prefix Reserved
See the version list below for details.
dotnet add package ktsu.Extensions --version 1.2.10
NuGet\Install-Package ktsu.Extensions -Version 1.2.10
<PackageReference Include="ktsu.Extensions" Version="1.2.10" />
paket add ktsu.Extensions --version 1.2.10
#r "nuget: ktsu.Extensions, 1.2.10"
// Install ktsu.Extensions as a Cake Addin #addin nuget:?package=ktsu.Extensions&version=1.2.10 // Install ktsu.Extensions as a Cake Tool #tool nuget:?package=ktsu.Extensions&version=1.2.10
ktsu.Extensions
A utility library of extension methods designed to enhance the functionality of collections, enumerables, dictionaries, strings, and reflection in .NET. This library provides utilities for explicit shallow and deep cloning, batch operations, and advanced string manipulations, making it easier to work with common data structures and types.
Features
Enumerable Extensions
WithIndex
: Enumerates over an enumerable with the index of the item.ToCollection
: Converts an enumerable to a collection.ForEach
: Applies an action to each element of an enumerable.DeepClone
: Creates a deep clone of a collection of items.ShallowClone
: Creates a shallow clone of a collection of items.AnyNull
: Checks if the enumerable contains any null items.WriteItemsToConsole
: Writes the items of the enumerable to the console, skipping null items.ToStringEnumerable
: Converts an enumerable to an enumerable of strings, handling null items according to the specified behavior.Join
: Joins the items of the enumerable into a single string using the specified separator.
Collection Extensions
AddMany
: Adds items from an enumerable to a collection.
Dictionary Extensions
GetOrCreate
: Gets the value associated with the specified key or creates a new value if the key does not exist.AddOrReplace
: Adds a new value or replaces the existing value for the specified key.DeepClone
: Creates a deep clone of a dictionary.ShallowClone
: Creates a shallow clone of a dictionary.
String Extensions
As<TDest>
: Converts a weak string to a strong string of the specified type, or converts between strong string types.StartsWithOrdinal
: Compares two strings using ordinal comparison to check if the string starts with the specified value.EndsWithOrdinal
: Compares two strings using ordinal comparison to check if the string ends with the specified value.ContainsOrdinal
: Compares two strings using ordinal comparison to check if the string contains the specified value.RemoveSuffix
: Removes the specified suffix from the current string.RemovePrefix
: Removes the specified prefix from the current string.ReplaceOrdinal
: Replaces all occurrences of a string with another string using ordinal comparison.
Reflection Extensions
TryFindMethod
: Tries to find a method with the specified name and binding flags in the given type.
Installation
To install the library, use the following NuGet command:
dotnet add package ktsu.Extensions
Contributing
Contributions are welcome! Please open an issue or submit a pull request on GitHub.
License
This project is licensed under the MIT License.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
-
net8.0
- ktsu.DeepClone (>= 1.1.7)
- ktsu.StrongStrings (>= 1.2.18)
-
net9.0
- ktsu.DeepClone (>= 1.1.7)
- ktsu.StrongStrings (>= 1.2.18)
NuGet packages (6)
Showing the top 5 NuGet packages that depend on ktsu.Extensions:
Package | Downloads |
---|---|
ktsu.StrongPaths
A library that provides strong typing for common filesystem paths providing compile time feedback and runtime validation. |
|
ktsu.ToStringJsonConverter
A JSON converter factory for .NET that simplifies the serialization and deserialization of custom types using ToString and FromString methods. |
|
ktsu.ImGuiStyler
A library for expressively styling ImGui.NET interfaces. |
|
ktsu.ImGuiWidgets
A library of custom widgets using ImGui.NET and utilities to enhance ImGui-based applications. |
|
ktsu.ImGuiPopups
A library for custom popups using ImGui.NET. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.3.2 | 238 | 1/2/2025 |
1.3.2-pre.10 | 1 | 1/8/2025 |
1.3.2-pre.9 | 32 | 1/7/2025 |
1.3.2-pre.8 | 38 | 1/6/2025 |
1.3.2-pre.7 | 52 | 1/4/2025 |
1.3.2-pre.6 | 43 | 1/3/2025 |
1.3.2-pre.5 | 45 | 1/3/2025 |
1.3.2-pre.4 | 43 | 1/3/2025 |
1.3.2-pre.3 | 59 | 1/1/2025 |
1.3.2-pre.2 | 65 | 12/31/2024 |
1.3.2-pre.1 | 48 | 12/29/2024 |
1.3.1 | 426 | 12/28/2024 |
1.3.0 | 73 | 12/28/2024 |
1.2.16-pre.3 | 39 | 12/28/2024 |
1.2.16-pre.2 | 42 | 12/27/2024 |
1.2.16-pre.1 | 43 | 12/27/2024 |
1.2.15-pre.1 | 43 | 12/27/2024 |
1.2.14 | 404 | 12/26/2024 |
1.2.13 | 79 | 12/26/2024 |
1.2.12 | 77 | 12/26/2024 |
1.2.11 | 76 | 12/26/2024 |
1.2.10 | 77 | 12/26/2024 |
1.2.10-pre.1 | 42 | 12/27/2024 |
1.2.9 | 79 | 12/26/2024 |
1.2.8 | 607 | 12/26/2024 |
1.2.7 | 1,038 | 12/24/2024 |
1.2.6 | 476 | 12/23/2024 |
1.2.5 | 73 | 12/23/2024 |
1.2.4 | 429 | 12/22/2024 |
1.2.3 | 94 | 12/22/2024 |
1.2.2 | 125 | 12/22/2024 |
1.2.1 | 140 | 12/22/2024 |
1.2.0 | 615 | 12/19/2024 |
1.1.0 | 78 | 12/19/2024 |
1.0.37 | 521 | 12/13/2024 |
1.0.36 | 657 | 12/5/2024 |
1.0.35 | 331 | 12/4/2024 |
1.0.34 | 446 | 12/2/2024 |
1.0.33 | 81 | 12/2/2024 |
1.0.32 | 283 | 12/2/2024 |
1.0.31 | 412 | 12/1/2024 |
1.0.30 | 219 | 12/1/2024 |
1.0.29 | 82 | 12/1/2024 |
1.0.28 | 149 | 11/30/2024 |
1.0.27 | 264 | 11/28/2024 |
1.0.26 | 298 | 11/26/2024 |
1.0.25 | 885 | 11/14/2024 |
1.0.24 | 307 | 11/13/2024 |
1.0.23 | 807 | 11/2/2024 |
1.0.22 | 361 | 11/1/2024 |
1.0.21 | 1,050 | 10/16/2024 |
1.0.20 | 679 | 10/5/2024 |
1.0.19 | 221 | 10/4/2024 |
1.0.18 | 767 | 9/21/2024 |
1.0.17 | 271 | 9/19/2024 |
1.0.16 | 96 | 9/19/2024 |
1.0.15 | 270 | 9/19/2024 |
1.0.14 | 199 | 9/19/2024 |
1.0.13 | 205 | 9/19/2024 |
1.0.12 | 127 | 9/18/2024 |
1.0.11 | 108 | 9/18/2024 |
1.0.10 | 166 | 9/18/2024 |
1.0.9 | 629 | 9/18/2024 |
1.0.8 | 442 | 9/14/2024 |
1.0.7 | 120 | 9/14/2024 |