exception when I try to get started
See original GitHub issueDescribe the bug
Exception when I try to get started…
To Reproduce
Just installed the tool via dotnet tool install -g Microsoft.Tye --version "0.6.0-alpha.21070.5"
, and then try to run tye run
in the solution dir, but got the exception below:
Further technical details
-
Include the output of
tye --version
:0.6.0-alpha.21070.5+a42e4463943e3136dbd1de38474d8d62b802797c
-
If possible rerun the command with
-v debug
and include the output: -
The platform:
Windows
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:12 (5 by maintainers)
Top Results From Across the Web
How to handle exception in Java without having to go back ...
I've implemented exception handling in my program, but now the problem that I have is that, when an exception occurs and is handled...
Read more >Exception Handling in Java
Introduction. An exception is an error event that can happen during the execution of a program and disrupts its normal flow.
Read more >Getting Started with Exception Handling in Java
If you are a beginner, this Java tutorial helps you get started with exception handling in Java by understanding how to handle errors...
Read more >Everything you wanted to know about exceptions
An Exception is like an event that is created when normal error handling can't deal with the issue. Trying to divide a number...
Read more >Exceptions in Selenium Webdriver : How to Handle It
Here's a rundown of the 11 Common Exceptions in Selenium. Learn the basics of Exception Handling in Selenium using different methods.
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
No results found
Top Related Hashnode Post
No results found
Thanks @jkotalik , add a
global.json
with the content below, no exception like beforebut got another error, seemed that it’s because of my
Dockerfile
is not in the right place? My project is here if you wanna have a look.It seemed the app can not connect to redis which defined link relation in docker-compose file(maybe I should open another issue?)
It works when I use
docker-compose up
, but not withtye run