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:
Ryan Nowak 2021-03-16 20:57:27 -07:00 committed by GitHub
parent 245a1280f4
commit 4e9d7fd5ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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