Installation Instructions
NDExt is published as a global tool on nuget.org. Install/update/uninstall it from the command prompt as follows:
Installing NDExt
Install NDExt by running the following command from the command prompt:
dotnet tool install --global NDExt
After installation, you will need to install project templates. To install project templates, please refer to the instructions here.
Note that this program requires the installation of .NET 10.0 SDK to run.
Updating NDExt
Update the installed NDExt to the new version by running the following command from the command prompt:
dotnet tool update --global NDExt
Uninstalling NDExt
First, uninstall the project template by running the following command from the command prompt.
NDExt uninstall
Next, uninstall NDExt by running the following command from the command prompt.
dotnet tool uninstall --global NDExt