DotNetCorePlugins
DotNetCorePlugins copied to clipboard
[Question] What happened to AddDependencyContext?
Previously with v1.4.0 I was using AddDependencyContext to help with finding dependencies by using the deps.json file associated with my plugin. This worked well for my use case.
However, after updating to v2 (2.0.0-beta.130) this method is no longer available. Is there some other way to achieve the same?