.NET SDK
First check the package version, the tool depends on the. NET SDK, and the corresponding relationship is as follows:
Package Version | .NET SDK Version | support |
---|---|---|
8.x | 8.0+ | current version |
Use dotnet tool
command to install:
dotnet tool install --global ater.dry
You can check the latest version in nuget!
One command to start the UI!
dry studio
Note
If a new version is installed, run dry studio update
before starting Studio.
You can use dry --help
check command help information.
Or use dry[command] --help
see specific command help information.
Tip
Using command-line tools, you can generate relevant code independently of the project structure! Because you can specify specific entity paths and code output paths.
Congratulations on successfully installing and running the tool.
You can now create new solution projects using this tool.