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
If you do a dotnet new avalonia.mvvm, a new project will be created.
If you try to edit any axaml file, you'll get a must build first warming.
This warning never goes away! Upon a closer inspection, I noticed this:
[info] parser process args: C:\WINDOWS\system32\cmd.exe,/d,/s,/c,"dotnet "~\.vscode\extensions\avaloniateam.vscode-avalonia-0.0.29\solutionParserTool\SolutionParser.dll" "~\GetStartedApp\GetStartedApp.sln""
It calls for a SolutionParser which there is no sln file to parse.
By doing a dotnet new sln followed by dotnet sln add fixed the issue.
To Reproduce
See above.
Avalonia for VS Code
0.0.29
Avalonia version
11.0.10
VS Code version
1.90.1
Relevant log output
See above.
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
If you do a
dotnet new avalonia.mvvm
, a new project will be created.If you try to edit any axaml file, you'll get a
must build first
warming.This warning never goes away! Upon a closer inspection, I noticed this:
It calls for a SolutionParser which there is no sln file to parse.
By doing a
dotnet new sln
followed bydotnet sln add
fixed the issue.To Reproduce
See above.
Avalonia for VS Code
0.0.29
Avalonia version
11.0.10
VS Code version
1.90.1
Relevant log output
Additional context
No response
The text was updated successfully, but these errors were encountered: