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 single-file app App.cs and run dotnet restore like so:
PS D:\temp\fba> dotnet restore D:\temp\fba\App.cs -consoleLoggerParameters:NoSummary
D:\temp\fba\App.cs(1,1): error MSB4025: The project file could not be loaded. Data at the root level is invalid. Line 1, position 1.
Repro:
Create single-file app App.cs and run dotnet restore like so: