Sam Tye -
Command: dotnet new sln followed by dotnet sln add .
: Execute tye run in the solution directory. Tye will automatically find your projects, build them, and start them. sam tye
: Add these projects to a single solution file so Tye can manage them as a group. Command: dotnet new sln followed by dotnet sln add
Example: dotnet new webapi -n MyBackend and dotnet new webapp -n MyFrontend . you can follow this standard workflow:
To build out a multi-service feature, you can follow this standard workflow: