MutableString 0.5.0
See the version list below for details.
dotnet add package MutableString --version 0.5.0
NuGet\Install-Package MutableString -Version 0.5.0
<PackageReference Include="MutableString" Version="0.5.0" />
paket add MutableString --version 0.5.0
#r "nuget: MutableString, 0.5.0"
// Install MutableString as a Cake Addin #addin nuget:?package=MutableString&version=0.5.0 // Install MutableString as a Cake Tool #tool nuget:?package=MutableString&version=0.5.0
MutableString
MutableString
is a lightweight string manipulation library designed to enhance performance
and reduce memory allocations in scenarios where string manipulations are frequent.
Unlike traditional immutable strings in .NET, MutableString
allows you to modify string content
without incurring the overhead of creating new string instances for each operation.
This package provides new types:
- NiTiS.MutableString
Contributing
Contributions are welcome! Please read CONTRIBUTING.md before making any contribution to repository.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. 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 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. |
-
net6.0
- CommunityToolkit.Diagnostics (>= 8.4.0)
-
net9.0
- CommunityToolkit.Diagnostics (>= 8.4.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.