Remove deprecated implicit assembly loading by lostmsu · Pull Request #1277 · pythonnet/pythonnet

filmor

approved these changes Nov 11, 2020

@lostmsu

@lostmsu

Legacy behavior:
`import Company.Product.Namespace` would search for
`Company.Product.Namespace.dll` .NET assmebly, load it, and import the
namespace.

New behavior:
User must always explicitly add assembly reference using
`clr.AddReference` to `Company.Product.Namespace` prior to attempting
import

@lostmsu lostmsu deleted the no-implicit-assembly-loading branch

November 14, 2020 20:04