CSharpRepl icon indicating copy to clipboard operation
CSharpRepl copied to clipboard

Resolving of incorrect runtime version of referenced assembly

Open kindermannhubert opened this issue 3 years ago • 0 comments

Version

last

What happened?

This is the same problem as in #58 (already solved) but there it was while referencing nuget.

There is still this problem while referencing directly DLL which is referencing e.g. System.Management.

Steps to reproduce:

  1. Build a library that references System.Management nuget.
  2. From CSharpRepl reference output DLL of the mentioned library.
  3. Wrong version of System.Management is loaded.

kindermannhubert avatar Apr 04 '22 15:04 kindermannhubert