Remove deprecated implicit assembly loading by lostmsu · Pull Request #1277 · pythonnet/pythonnet
approved these changes Nov 11, 2020
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
deleted the
no-implicit-assembly-loading
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters