Table of Contents
The dotnet
commandlet allows to install, configure, and launch the dotnet command to create a devonfw API project. Call devon dotnet «args»
is more or less the same as calling dotnet «args»
but with some advanced features and ensuring that dotnet
is properly set up for your project.
The arguments (devon dotnet «args»
) are explained by the followidotnet table:
devon dotnet
Argument(s) | Meanidotnet |
---|---|
|
checks if the dotnet SDK is installed on the target machine. If not the user will be redirected to Microsoft’s site to download it |
|
Create a new devon4net API project. |
|
run dotnet with the given arguments ( |