question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

tye run on specific service seem not working

See original GitHub issue

Describe 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:closed
  • Created 3 years ago
  • Comments:7 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
rynowakcommented, Apr 22, 2020

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

0reactions
thangchungcommented, Apr 23, 2020

Thank you. It worked correctly

Read more comments on GitHub >

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

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Hashnode Post

No results found