Empty red area is displayed after Run button is clicked
See original GitHub issueDescribe the bug
I am using dotnet try to test c# pattern matching feature. This is my repo (and branch where the bug is reproduced): https://github.com/kihtov23/csharp-pattern-matching/tree/bug_red_box_displayed Steps to reproduce:
- Run “dotnet try” on .csharp-pattern-matching/CSharpPatternMatching/ folder
- Click “Run” button on first code sample. Expected result is 14 and actual result is 14 so it works fine.
- Click “Run” button on second code sample. Expected result should be concrete numbers but actual result is this red box:
Did this error occur while using dotnet try
or online?
dotnet-try
What kind of error was it?
- User Interface (UI): For example the output never displayed
More details:
-
OS
- Windows 10
-
Browser
- Chrome
Issue Analytics
- State:
- Created 3 years ago
- Comments:12 (3 by maintainers)
Top Results From Across the Web
Clearing coverage highlighting in Eclipse - java - Stack Overflow
Go to Windows Menu bar > Show View > Other > Type coverage and open it. enter image description here. Click on Coverage....
Read more >You cannot remove error tracing arrow in Excel - Office
Select cell A1 and click the Error Checking button. Click Trace Empty Cell. Notice that a red Trace Empty Cell arrow appears.
Read more >active - CSS: Cascading Style Sheets - MDN Web Docs
The :active CSS pseudo-class represents an element (such as a button) that is being activated by the user. When using a mouse, ...
Read more >Lesson 1: Using JavaScript to Show an Alert
So far in this lesson, we have called the showAlert() function when the body of the web page is loaded. However, we could...
Read more >My computer screen is blank or shows the Stage Display ...
If the display settings don't update properly, or you need to move displays around, open ProPresenter Preferences and go to the Display tab....
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 FreeTop 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
Top GitHub Comments
Once I updated .Net version on my PC - issue’s gone.
Hi @okikh I am asking if the red box is constantly and consistently coming up for you and therefore you have no way to execute those cell successfully, or if it is a transient error that lets you perform runs eventually.
As you can see
I run all three cells no problem