AvaloniaVSCode
AvaloniaVSCode copied to clipboard
Read OutDir and AssemblyName from .csproj file.
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.
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.