tye run on specific service seem not working
See original GitHub issueDescribe the bug
tye run
on specific service name seems not working
To Reproduce
I have tried to run the service with tye
as following
$ tye run inventory-api
But it always notified The file 'inventory-api' could not be found.
. I know that we can specify the path to .csproj, but I see the docs at https://github.com/dotnet/tye/blob/master/docs/frontend_backend_run.md can run the frontend
as
$ tye run frontend
My source code is at https://github.com/thangchung/practical-dapr/blob/feature/docker-stuffs/tye.yaml
Further technical details
-
Include the output of
tye --version
0.1.0-alpha.20175.1+6d4910b1f54b7e98100c8e65857f2baeb578de1b -
The platform (Linux/macOS/Windows) Windows 10
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (7 by maintainers)
Top Results From Across the Web
Project Tye: Creating Microservices in a .NET Way
When tye run is executed and the dashboard is loaded, notice that the front-end and back-end services are noted as “Project” where postgres...
Read more >Airflow scheduler does not appear to be running after ...
The DAGs list may not update, and new tasks will not be scheduled. Actually, the scheduler process is running, as I have checked...
Read more >Introducing Project Tye - .NET Blog
Running a single service. Tye makes it very easy to run single applications. To demonstrate this: 1. Make a new folder called microservices ......
Read more >Tye, starting and running multiple APIs with a single ...
Using Tye to run your local development environment.
Read more >Cannot debug net6.0-macos Apps - Developer Community
This is a regression. I can no longer debug net6.0-macos apps. It also fails for net6.0-maccatalyst apps. When I hit debug, the following ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
Top Related Hashnode Post
No results found
Sorry, we lost track of this. Service discovery is documented here: https://github.com/dotnet/tye/blob/master/docs/reference/service_discovery.md#how-it-works-uris-in-development
This would use the config key
service:<service name>:https:port
Thank you. It worked correctly