ikvm
ikvm copied to clipboard
Windows Application Packaging Project unable to find IKVM.Runtime.dll
Repro: IKVM507.zip
Build with msbuild /bl /restore "/p:Configuration=Debug;Platform=x64".
Binlog: msbuild.binlog.zip
Workaround:
<PackageReference Include="IKVM">
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Not a workaround, .NET CoreCLR host is subsequently not able to find IKVM.Runtime.dll on startup and crashes.