MEF Composition failing to correctly discover parts when assembly loaded using LoadAssemblyFromContext in 8.3.6
Steps to reproduce:
- Install dependencies
npm install
- Build
npm run build
- Run the app
npm start
This throws System.Composition.Hosting.CompositionFailedException.
- Delete
electron-edge-js-quick-start-master\node_modules\electron-edge-js
- Change electron-edge-js version from 8.3.6 to 8.3.5 in package.json dependencies
- Reinstall electron-edge-js
npm install
- Build
npm run build
- Run the app
npm start
Call to method in loaded assembly completes without errors