ShadowKit.Text
1.0.5
dotnet add package ShadowKit.Text --version 1.0.5
NuGet\Install-Package ShadowKit.Text -Version 1.0.5
<PackageReference Include="ShadowKit.Text" Version="1.0.5" />
<PackageVersion Include="ShadowKit.Text" Version="1.0.5" />
<PackageReference Include="ShadowKit.Text" />
paket add ShadowKit.Text --version 1.0.5
#r "nuget: ShadowKit.Text, 1.0.5"
#:package ShadowKit.Text@1.0.5
#addin nuget:?package=ShadowKit.Text&version=1.0.5
#tool nuget:?package=ShadowKit.Text&version=1.0.5
ShadowKit.Text
ShadowKit.Text provides tools for analyzing and comparing text, with a focus on testing and utility scenarios involving multi-line strings.
Features
DetectLineEnding
Detects the type of line endings in a given text. Supports detection of\n
,\r\n
, and\r
.StringComparerBuilder
A builder for creating customizedEqualityComparer<string>
instances with extended comparison options:- Ignores differences in line endings
- Performs line-by-line comparison using trimmed lines
These tools are ideal for unit tests that assert string output, especially when consistent formatting cannot be guaranteed.
Installation
dotnet add package ShadowKit.Text
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. 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 was computed. 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. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- No dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on ShadowKit.Text:
Package | Downloads |
---|---|
ShadowKit
Modular .NET library providing utilities for file handling, text processing, and synchronization context simulation — optimized for testing scenarios. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last Updated |
---|---|---|
1.0.5 | 304 | 7/25/2025 |
1.0.4 | 175 | 6/16/2025 |
1.0.3 | 148 | 6/16/2025 |
1.0.2 | 170 | 6/16/2025 |
1.0.1 | 174 | 6/15/2025 |
1.0.0 | 150 | 6/15/2025 |
0.9.11-beta | 152 | 6/15/2025 |
0.9.10-beta | 151 | 6/15/2025 |
0.9.8-beta | 146 | 6/15/2025 |
0.9.7-beta | 153 | 6/15/2025 |
0.9.6-beta | 143 | 6/15/2025 |
0.9.5-beta | 223 | 6/15/2025 |
0.9.0-beta | 127 | 6/15/2025 |
0.0.2-alpha | 130 | 6/15/2025 |
0.0.1-alpha | 134 | 6/15/2025 |