You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.NET Command Line Tools (2.0.0-preview1-005977)
Product Information:
Version: 2.0.0-preview1-005977
Commit SHA-1 hash: 414cab8a0b
Runtime Environment:
OS Name: Windows
OS Version: 10.0.15063
OS Platform: Windows
RID: win10-x64
Base Path: C:\Program Files\dotnet\sdk\2.0.0-preview1-005977\
Microsoft .NET Core Shared Framework Host
Version : 2.0.0-preview1-002111-00
Build : 1ff021936263d492539399688f46fd3827169983
C# Extension version: 1.10.0
Steps to reproduce:
dotnet new console
Open folder
When prompted add assets
Add throw new Exception("Hello World"); to main
Actual behavior
Variables Window is empty, and evaluating anything results in 'internal error in expression evaluator' error message.
The text was updated successfully, but these errors were encountered:
Environment data
dotnet --info
output:C# Extension version: 1.10.0
Steps to reproduce:
throw new Exception("Hello World");
to mainActual behavior
Variables Window is empty, and evaluating anything results in 'internal error in expression evaluator' error message.
The text was updated successfully, but these errors were encountered: