Open tmp64 opened 1 week ago
Relevant issue in SolutionParser: https://github.com/prashantvc/SolutionParser/issues/3
Workaround:
C:\Users\user\.vscode\extensions\avaloniateam.vscode-avalonia-0.0.31\solutionParserTool
with the custom-built version
Describe the bug
If project name (including
.csproj
) is longer than 17 chars, SolutionParser fails with this error:Relevant part of Microsoft.Common.CurrentVersion.targets:
To Reproduce
dotnet new install Avalonia.Templates
dotnet new avalonia.mvvm -o GetStartedApp
dotnet new sln
dotnet sln add GetStartedApp
dotnet restore
Avalonia for VS Code
v0.0.31
Avalonia version
11.0.2
VS Code version
v1.95.1
Relevant log output