Replies: 1 comment 1 reply
-
Multiple .NET (coreclr) / .NET Framework runtimes can't co-exist in the same process. There are conflicts in global state. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a native exe that host dotnet framework 4.x on windows and mono on linux.
I'd like to know whether it is problematic to also host dotnet 8 in that exe side by side with the other engines.
I'm fine with c# code not being able to talk to each other in c# as long as I can use source generated COM or dll import.
any help would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions