Using Tye with Dapr
I find the multi-target debugging provided by VS Code a rewarding experience for Dapr solutions with several projects; nevertheless, there are always many options to accomplish the same task. One option for this particular task is Tye.
A new open source initiative by .NET Foundation, Project Tye is currently under development as an experimental project. For more information, check out the documentation at https://github.com/dotnet/tye/blob/master/docs/.
Project Tye is a tool to make developing, testing, and deploying microservices and distributed applications easier. Let's explore Project Tye in conjunction with Dapr!
Installing Tye
At the time of writing, 0.6.0-alpha
is the latest public version. With the following command, you can install it in your environment:
PS C:\Repos\dapr-samples\chapter02> dotnet tool install -g Microsoft.Tye --version "0.6.0-alpha.21070.5" You can invoke the tool using the following command: tye Tool ...