DevextremeToys 10.0.0

dotnet add package DevextremeToys --version 10.0.0
                    
NuGet\Install-Package DevextremeToys -Version 10.0.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="DevextremeToys" Version="10.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DevextremeToys" Version="10.0.0" />
                    
Directory.Packages.props
<PackageReference Include="DevextremeToys" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add DevextremeToys --version 10.0.0
                    
#r "nuget: DevextremeToys, 10.0.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package DevextremeToys@10.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=DevextremeToys&version=10.0.0
                    
Install as a Cake Addin
#tool nuget:?package=DevextremeToys&version=10.0.0
                    
Install as a Cake Tool

This library contains a lot of useful extensions for dotnet programmers

Product 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.  net10.0 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
10.0.0 564 3/3/2026
8.0.0 991 12/9/2023
2.0.0 501 4/7/2023
1.4.0 764 7/21/2022
1.4.0-beta 337 7/9/2022
1.3.0 608 7/9/2022
1.2.0 571 6/4/2022
1.1.0 580 5/28/2022
1.0.1 556 5/26/2022
1.0.0 565 5/22/2022
0.0.3-beta 324 5/21/2022
0.0.3-alfa 347 5/21/2022

- (new) .net 10 support
 - (new) .net 9 support
 - dropped support for .NET 7, .NET 6, .NET 5.0, and .NET Core 3.1
 - .net 8 support
 - url friendly string base 64 encode and decode
 - Added .Pad Extension to string type
 - Fix AmbiguousMatchException in ReflectionExtensions
 - Visitor Extension now has stop visiting feature
 - added Async Visitor Extension
 - Concurrent Generic List (thread safe)
 - Object to JSon and viceversa
 - Object to zip and viceversa
 - String comparison with case sense like database
 - Reflection utilities
 - List utilities
 - Cryptography utilities
 - Visitor Extension
 - And more...
 - See documentation and examples at: https://github.com/AndreaPic/DevextremeToys