ArmDot.Engine.MSBuildTasks 2026.2.0

dotnet add package ArmDot.Engine.MSBuildTasks --version 2026.2.0
                    
NuGet\Install-Package ArmDot.Engine.MSBuildTasks -Version 2026.2.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="ArmDot.Engine.MSBuildTasks" Version="2026.2.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ArmDot.Engine.MSBuildTasks" Version="2026.2.0" />
                    
Directory.Packages.props
<PackageReference Include="ArmDot.Engine.MSBuildTasks" />
                    
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 ArmDot.Engine.MSBuildTasks --version 2026.2.0
                    
#r "nuget: ArmDot.Engine.MSBuildTasks, 2026.2.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 ArmDot.Engine.MSBuildTasks@2026.2.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=ArmDot.Engine.MSBuildTasks&version=2026.2.0
                    
Install as a Cake Addin
#tool nuget:?package=ArmDot.Engine.MSBuildTasks&version=2026.2.0
                    
Install as a Cake Tool

If developers write software in one of .NET languages, for example, C# and VB.NET, the code is easy to extract from the built binaries and modify. ArmDot, a .NET obfuscator, to the rescue!

This is a particularly serious problem if a programmer creates a commercial application that should work, for example, in trial mode. Customers buy serial keys to access the full-featured version.

Since the hacker is actually available source code, he can easily remove all restrictions, including checking the key.

To solve this problem, ArmDot converts the code of the methods into a form that cannot be decrypted and modified. The main code is mixed with the key verification code, an additional code is added to complicate the understanding of what the code does. Finally, the code is converted into a unique set of instructions for a unique virtual machine.

Another popular feature is the ability to include assets and dependencies in the assembly, and these files are in the process memory, they are not retrieved to disk.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

  • .NETFramework 4.7.2

  • .NETStandard 2.0

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
2026.2.0 48 2/19/2026
2026.1.0 318 1/20/2026
2025.9.0 1,866 10/9/2025
2025.8.0 4,156 7/28/2025
2025.7.0 24,282 3/11/2025
2025.6.0 561 3/5/2025
2025.5.0 293 2/28/2025
2025.4.0 386 2/27/2025
2025.3.0 1,048 2/13/2025
2025.2.0 45,616 1/20/2025
2025.1.0 447 1/8/2025
2024.9.0 2,059 10/18/2024
2024.8.0 9,956 10/2/2024
2024.7.0 2,703 8/13/2024
2024.6.0 2,678 6/26/2024
2024.5.0 2,140 6/24/2024
2024.4.0 787 6/17/2024
2024.3.0 12,068 5/31/2024
2024.2.0 461 5/29/2024
2024.1.0 6,079 4/8/2024
Loading failed