Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Anchor
build_utilities
build_utilities
Build Utilities

dotTEST requires MSBuild to be installed on the same machine. dotTEST supports MSBuild shipped with Visual Studio IDE or installed with Visual Studio Build Tools.

(info) Ensure that your build utility is installed with a .NET-related workload.

Anchor
.NET_prerequisite
.NET_prerequisite
About the .NET Framework and .NET Core Prerequisites

...

dotTEST is bundled with .NET Framework 4.76, which is installed automatically when dotTEST is installed. To install the framework manually, run the following command:

Code Block
[INSTALL_DIR]\bin\prerequisites\dotNetFramework47dotNetFramework46.exe

You can download and install other supported versions from Microsoft. dotTEST requires .NET Framework 4.6 or higher to be installed on your target machine.

.NET Core

dotTEST requires .NET Core 2.0 or higher to analyze .NET Core projects.

...