axaml
code completion not available when UseArtifactsOutput
is used; incomplete otherwise
#119
Labels
bug
Something isn't working
Describe the bug
It appears that when using
UseArtifactsOutput
(new addition in .NET 8), Avalonia is incapable of finding the build artifacts, such that theBuild the project
pop-up appears even after building the project.When not using
UseArtifactsOutput
, completion is still incomplete, only suggesting the closing tag for the root element (e.g.</Application>
). This may be caused due to being on an Avalonia version above the suggested 11.0.2, but I'm not sure (the README only mentions that the previewer will not work).To Reproduce
dotnet clean
) or remove thebin/
andobj/
directories for the test project.dotnet new buildprops
) or open aDirectory.build.props
file in the root of the workspace.<UseArtifactsOutput>true</UseArtifactsOutput>
element.axaml
files.Avalonia for VS Code
v0.0.31
Avalonia version
11.0.6
VS Code version
1.87.0
Relevant log output
Additional context
No response
The text was updated successfully, but these errors were encountered: