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
Create a new console app with dotnet new.
Open the folder in Code.
When prompted, generate the launch.json.
Add an unused variable inside main object z;
F5 the project.
A warning that the variable is unused appears.
Double click it.
Get an error: Unable to open 'Program.cs': File not found (file:///Program.cs).
The text was updated successfully, but these errors were encountered:
Create a new console app with
dotnet new
.Open the folder in Code.
When prompted, generate the launch.json.
Add an unused variable inside main
object z;
F5 the project.
A warning that the variable is unused appears.
Double click it.
Get an error:
Unable to open 'Program.cs': File not found (file:///Program.cs).
The text was updated successfully, but these errors were encountered: