Fody / Costura

Embed references as resources

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The target process has exited, but no CoreCLR startup event has been raised.

ljpass6754 opened this issue · comments

IF YOU DON'T ANSWER THIS TEMPLATE - THE BOT WILL AUTOMATICALLY CLOSE YOUR ISSUE!

Please check all of the platforms you are having the issue on (if platform is not listed, it is not supported)

  • [*] WPF
  • UWP
  • iOS
  • Android
  • .NET Standard
  • .NET Core

Component

What component is this issue occurring in?
.NET5 WPF + Costura.Fody 5.1.0 + Fody 6.4.0

Version of Library

Version of OS(s) listed above with issue

Windows 10

Steps to Reproduce

  1. .NET5 WPF

  2. Costura.Fody 5.1.0 with no reference dll; OK;
    1

  3. Reference dlls with no Costura.Fody 5.1.0; OK;
    2

  4. Costura.Fody 5.1.0 with reference dlls; NG: The target process has exited, but no CoreCLR startup event has been raised.
    3

Expected Behavior

Actual Behavior

We use Costura with WPF a lot, and that's working fine. Could you provide more info / a real repro?

I updated the “Steps to Reproduce”, please have a try.

Please create a repro repository (open source) so we simply can clone. I am not getting paid for this support so want to make it as easy as possible for me.

I created a repo "https://github.com/ljpass6754/CosturaDemo", please clone it and have a try. Thanks.