ikvm icon indicating copy to clipboard operation
ikvm copied to clipboard

Windows Application Packaging Project unable to find IKVM.Runtime.dll

Open AliveDevil opened this issue 1 year ago • 2 comments

Repro: IKVM507.zip

Build with msbuild /bl /restore "/p:Configuration=Debug;Platform=x64".

Binlog: msbuild.binlog.zip

AliveDevil avatar Apr 02 '24 16:04 AliveDevil

Workaround:

<PackageReference Include="IKVM">
  <PrivateAssets>all</PrivateAssets>
</PackageReference>

AliveDevil avatar Aug 12 '24 06:08 AliveDevil

Not a workaround, .NET CoreCLR host is subsequently not able to find IKVM.Runtime.dll on startup and crashes.

AliveDevil avatar Oct 08 '24 10:10 AliveDevil