DotNetExtras.Extended
1.0.0
See the version list below for details.
dotnet add package DotNetExtras.Extended --version 1.0.0
NuGet\Install-Package DotNetExtras.Extended -Version 1.0.0
<PackageReference Include="DotNetExtras.Extended" Version="1.0.0" />
<PackageVersion Include="DotNetExtras.Extended" Version="1.0.0" />
<PackageReference Include="DotNetExtras.Extended" />
paket add DotNetExtras.Extended --version 1.0.0
#r "nuget: DotNetExtras.Extended, 1.0.0"
#:package DotNetExtras.Extended@1.0.0
#addin nuget:?package=DotNetExtras.Extended&version=1.0.0
#tool nuget:?package=DotNetExtras.Extended&version=1.0.0
DotNetExtras.Extended
DotNetExtras.Extended
is a general-purpose .NET Core library that implements useful extension methods for common data types.
Use the DotNetExtras.Extended
library to:
- Deep clone objects.
- Check objects and variables for equivalence.
- Remove list elements that match the specified criteria.
- Check if a string value contains JSON.
- Check if a string value contains HTML.
- Check if a data type is simple or primitive.
- Convert a string to a different data type, such as <c>DateTime</c>.
- Convert a tokenized string to an array, dictionary, list, or hash set.
Documentation
For complete documentation, usage details, and code samples, see:
Package
Install the latest version of the DotNetExtras.Extended
NuGet package from:
See also
Check out other DotNetExtras
libraries at:
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 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. |
-
net8.0
- DeepCloner (>= 0.10.4)
- DotNetExtras.Common (>= 1.0.5)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on DotNetExtras.Extended:
Package | Downloads |
---|---|
DotNetExtras.Security
A .NET Core library implementing security functions, such as random password generation, encryption, hashing, etc. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Added options to mask JSON properties during serialization.