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
This is caused by this code. The DLL path is hardcoded here to use the project name. SolutionParser should be improved to additionally output AssemblyName property value.
Describe the bug
If
AssemblyName
is set in the project file, XAML auto-completion will always show "Build the project" item.To Reproduce
AssemblyName
property to the .csproj file.Avalonia for VS Code
0e1f108 (custom build)
Avalonia version
11.0.13
VS Code version
1.95.1
Relevant log output
Additional context
This is caused by this code. The DLL path is hardcoded here to use the project name. SolutionParser should be improved to additionally output
AssemblyName
property value.AvaloniaVSCode/src/AvaloniaLSP/AvaloniaLanguageServer/Models/ProjectInfo.cs
Lines 52 to 65 in 0e1f108
Use case for
AssemblyName
: project name is the full name with namespace, whileAssemblyName
is set to a user-friendly name for the EXE file.The text was updated successfully, but these errors were encountered: