You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm attempting to use coyote for a project that still depends on .NET 4.8.
Unfortunately it seems that that latest versions of coyote is requiring deps.json that is associated with the DependencyContext since a NullReferenceException is thrown when trying to use coyote test on a rewritten assembly.
Even it's possible to generate the dependency file, runtime-list is empty for .NET 4.8 projects, so OnResolving is failing to load the correct assembly and coyote ends up with "The system cannot find the file specified.".
Is their an older version that is not using DependencyContext / RuntimeLibrary for resolving assemblies? Or do I miss something?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm attempting to use coyote for a project that still depends on .NET 4.8.
Unfortunately it seems that that latest versions of coyote is requiring deps.json that is associated with the DependencyContext since a NullReferenceException is thrown when trying to use coyote test on a rewritten assembly.
Even it's possible to generate the dependency file, runtime-list is empty for .NET 4.8 projects, so OnResolving is failing to load the correct assembly and coyote ends up with "The system cannot find the file specified.".
Is their an older version that is not using DependencyContext / RuntimeLibrary for resolving assemblies? Or do I miss something?
Beta Was this translation helpful? Give feedback.
All reactions