AvaloniaVSCode icon indicating copy to clipboard operation
AvaloniaVSCode copied to clipboard

Read OutDir and AssemblyName from .csproj file.

Open tifish opened this issue 5 months ago • 1 comments

The extension cannot find compiled .dll when OutDir or AssemblyName is specified in .csproj file. This patch read OutDir and AssemblyName from .csproj file, and set the target .dll path correctly.

tifish avatar Jul 01 '25 06:07 tifish

We implemented the MSBuild-based property queries based on the code review feedback in our fork So, we will not cherry-pick changes from this pull request.

lextm avatar Aug 14 '25 08:08 lextm