Skip to main content

How to install

NDExt is published on nuget.org as a global tool. Install/update/uninstall from the command prompt as follows.

Installing NDExt

Run the following command from the command prompt to install NDExt.

dotnet tool install --global NDExt

After installation, you need to install the project templates. To install the project templates, see the instructions here. Please note that you need to install the .NET 8.0 SDK to run this program.

Updating NDExt

Run the following command from a command prompt to update your installed NDExt to the new version.

dotnet tool update --global NDExt

Uninstalling NDExt

Run the following command from a command prompt to first uninstall the project template.

NDExt uninstall

Then run the following command from a command prompt to uninstall NDExt.

dotnet tool uninstall --global NDExt