Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VSCode: Project is created without sln but expects one #125

Open
jojorne opened this issue Jun 17, 2024 · 0 comments
Open

VSCode: Project is created without sln but expects one #125

jojorne opened this issue Jun 17, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@jojorne
Copy link
Contributor

jojorne commented Jun 17, 2024

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:

[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

@jojorne jojorne added the bug Something isn't working label Jun 17, 2024
@jojorne jojorne changed the title VSCode: Project is created without sln but expect one VSCode: Project is created without sln but expects one Jun 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant