mirror of https://github.com/dapr/dotnet-sdk.git
Update daprdocs/content/en/dotnet-sdk-docs/dotnet-development/dotnet-development-tye.md
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
This commit is contained in:
parent
245a1280f4
commit
4e9d7fd5ac
|
@ -16,9 +16,9 @@ Tye is advantageous for a .NET Dapr developer because:
|
|||
- Tye understands .NET's conventions and requires almost no configuration for .NET services
|
||||
- Tye can manage the lifetime of your dependencies in containers
|
||||
|
||||
**Pro:** Tye can automate all of the steps described above. You no longer need to think about concepts like ports or app-ids.
|
||||
|
||||
**Pro:** Since Tye can also manage containers for you, you can make those part of the application definition and stop the long-running containers on your machine.
|
||||
Pros/cons:
|
||||
- **Pro:** Tye can automate all of the steps described above. You no longer need to think about concepts like ports or app-ids.
|
||||
- **Pro:** Since Tye can also manage containers for you, you can make those part of the application definition and stop the long-running containers on your machine.
|
||||
|
||||
### Using Tye
|
||||
|
||||
|
|
Loading…
Reference in New Issue