C#C
C#3y ago
fasadin

❔ could not load file or assembly

Hey,

I have complex project. I’ve upgraded it to higher version of .net framework. With it I installed newer version of packages

Now some tests are failing because they cannot find System.runtime.compiler.unsafe package

if I ran the same code isolated with completely new project then same line of code works without any problems.

any idea how to proceed with this?
Was this page helpful?